sysutils/consolehm: correct previous commit
by using the canonical string.
This commit is contained in:
parent
5e7c590851
commit
8e5b318003
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
+#include <osreldate.h>
|
+#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 <sys/types.h>
|
||||||
+#include <machine/pio.h>
|
+#include <machine/pio.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user