diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-28 12:28:02 -0500 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-28 12:28:02 -0500 |
commit | 8e5b3180030b145cf82e22acd149869b45ea73e6 (patch) | |
tree | c8105574ef82faefa20d18c1e4a389d393ba8a36 /sysutils/consolehm/files/patch-chm.c | |
parent | net/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.c | 2 |
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 |