diff options
Diffstat (limited to 'sys/dev/ofw/ofw_standard.c')
-rw-r--r-- | sys/dev/ofw/ofw_standard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index 47a2cabf44a6..8df768dffbcd 100644 --- a/sys/dev/ofw/ofw_standard.c +++ b/sys/dev/ofw/ofw_standard.c @@ -60,10 +60,9 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/stdarg.h> #include <sys/systm.h> -#include <machine/stdarg.h> - #include <dev/ofw/ofwvar.h> #include <dev/ofw/openfirm.h> |