sysutils/consolehm: correct previous commit
by using the canonical string.
This commit is contained in:
parent
5e7c590851
commit
8e5b318003
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue