summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSylvestre Gallon <syl@cvs.openbsd.org>2013-11-13 17:30:45 +0000
committerSylvestre Gallon <syl@cvs.openbsd.org>2013-11-13 17:30:45 +0000
commit1a7fbdf5f7199b37103f1ed638b1ac141c9fa0e2 (patch)
tree0bc018eef041c5379b71ef93a42b85ff460b8def /sys
parent725cabb905b496a839d60483716d3e2bf00d744d (diff)
Add missing includes.
Unbreak armv7 compilation. ok rapha@ "commit the fix" from deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/armv7/armv7/armv7_machdep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armv7/armv7/armv7_machdep.c b/sys/arch/armv7/armv7/armv7_machdep.c
index 17ed745c485..347aa8b6c84 100644
--- a/sys/arch/armv7/armv7/armv7_machdep.c
+++ b/sys/arch/armv7/armv7/armv7_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: armv7_machdep.c,v 1.3 2013/11/13 07:03:11 uebayasi Exp $ */
+/* $OpenBSD: armv7_machdep.c,v 1.4 2013/11/13 17:30:44 syl Exp $ */
/* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
/*
@@ -117,7 +117,7 @@
#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/termios.h>
-
+#include <sys/socket.h>
#include <machine/db_machdep.h>
#include <machine/bootconfig.h>
@@ -131,6 +131,8 @@
#include <dev/cons.h>
+#include <net/if.h>
+
#include <ddb/db_extern.h>
/* Kernel text starts 2MB in from the bottom of the kernel address space. */