summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
committergrog <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
commit1f5de3071891f86c0e7d51efde6705f5b8ac2959 (patch)
tree2f60aabcb12c36c1d96b7e6a92c008714a5a2f7c /sys/amd64
parentcdfbb3de26026e4ee99ec51a6eee46d807a9dcf7 (diff)
downloadFreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.zip
FreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.tar.gz
Correct #includes to work with fixed sys/mount.h.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c2
-rw-r--r--sys/amd64/amd64/genassym.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index b6700be..7491756 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -61,6 +61,8 @@
#include <sys/reboot.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/cons.h>
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index c6f0970..433702c 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -44,6 +44,8 @@
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/errno.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud