aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/proto/proto_core.c')
-rw-r--r--sys/dev/proto/proto_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/proto/proto_core.c b/sys/dev/proto/proto_core.c
index 2a7fe3bf9f33..88963f9154b6 100644
--- a/sys/dev/proto/proto_core.c
+++ b/sys/dev/proto/proto_core.c
@@ -38,11 +38,11 @@
#include <sys/proc.h>
#include <sys/queue.h>
#include <sys/reboot.h>
+#include <sys/stdarg.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <sys/uio.h>
#include <machine/resource.h>
-#include <machine/stdarg.h>
#include <dev/pci/pcivar.h>