summaryrefslogtreecommitdiff
path: root/sysutils/consolehm/files/patch-chm.c
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-28 12:28:02 -0500
committerMark Linimon <linimon@FreeBSD.org>2021-05-28 12:28:02 -0500
commit8e5b3180030b145cf82e22acd149869b45ea73e6 (patch)
treec8105574ef82faefa20d18c1e4a389d393ba8a36 /sysutils/consolehm/files/patch-chm.c
parentnet/arataga: new port had been added (+) (diff)
sysutils/consolehm: correct previous commit
by using the canonical string.
Diffstat (limited to 'sysutils/consolehm/files/patch-chm.c')
-rw-r--r--sysutils/consolehm/files/patch-chm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/consolehm/files/patch-chm.c b/sysutils/consolehm/files/patch-chm.c
index 0a0e80ab7e47..f6bb2ddb6d28 100644
--- a/sysutils/consolehm/files/patch-chm.c
+++ b/sysutils/consolehm/files/patch-chm.c
@@ -5,7 +5,7 @@
*/
+#include <osreldate.h>
-+#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv__)) && defined(__FreeBSD__)
++#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv)) && defined(__FreeBSD__)
+#include <sys/types.h>
+#include <machine/pio.h>
+#endif