sysutils/consolehm: correct previous commit

by using the canonical string.
This commit is contained in:
Mark Linimon 2021-05-28 12:28:02 -05:00
parent 5e7c590851
commit 8e5b318003

View File

@ -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