diff --git a/sys/pc98/include/ofw_machdep.h b/sys/pc98/include/ofw_machdep.h new file mode 100644 index 00000000000..196a3961471 --- /dev/null +++ b/sys/pc98/include/ofw_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include diff --git a/sys/x86/include/ofw_machdep.h b/sys/x86/include/ofw_machdep.h index 8344f56d65a..815d620ec1a 100644 --- a/sys/x86/include/ofw_machdep.h +++ b/sys/x86/include/ofw_machdep.h @@ -29,7 +29,7 @@ #ifndef _MACHINE_OFW_MACHDEP_H_ #define _MACHINE_OFW_MACHDEP_H_ -#include +#include #include typedef uint32_t cell_t;