summaryrefslogtreecommitdiff
path: root/sysutils/consolehm/files/patch-chm.c
diff options
context:
space:
mode:
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