summaryrefslogtreecommitdiff
path: root/sys/nfsserver
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-04-23 09:05:15 +0000
commitd98dc34f523c46cf3aa2c86a70166af88a26b2cb (patch)
tree9a225be4a035726a14bf88e005f211a35112cfb0 /sys/nfsserver
parent471eab0d4181aa7131014dbb0eeb2d230b6c46ec (diff)
Notes
Diffstat (limited to 'sys/nfsserver')
-rw-r--r--sys/nfsserver/nfs_serv.c2
-rw-r--r--sys/nfsserver/nfs_srvcache.c2
-rw-r--r--sys/nfsserver/nfs_srvsock.c2
-rw-r--r--sys/nfsserver/nfs_srvsubs.c2
-rw-r--r--sys/nfsserver/nfs_syscalls.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c
index e015d1795fcd2..bd54a3b7eb7d9 100644
--- a/sys/nfsserver/nfs_serv.c
+++ b/sys/nfsserver/nfs_serv.c
@@ -76,6 +76,8 @@
#include <sys/namei.h>
#include <sys/unistd.h>
#include <sys/vnode.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
diff --git a/sys/nfsserver/nfs_srvcache.c b/sys/nfsserver/nfs_srvcache.c
index e7b10dd6b6dc3..f2e9182dbcccd 100644
--- a/sys/nfsserver/nfs_srvcache.c
+++ b/sys/nfsserver/nfs_srvcache.c
@@ -44,6 +44,8 @@
*/
#include <sys/param.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c
index fefeea8ac8eb7..de6a592c15875 100644
--- a/sys/nfsserver/nfs_srvsock.c
+++ b/sys/nfsserver/nfs_srvsock.c
@@ -45,6 +45,8 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/kernel.h>
#include <sys/mbuf.h>
diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c
index c7e6917e87dc8..ac9c217a70d64 100644
--- a/sys/nfsserver/nfs_srvsubs.c
+++ b/sys/nfsserver/nfs_srvsubs.c
@@ -48,6 +48,8 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/proc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/vnode.h>
#include <sys/namei.h>
diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c
index a47d5a8e33298..e461d0d76b4ca 100644
--- a/sys/nfsserver/nfs_syscalls.c
+++ b/sys/nfsserver/nfs_syscalls.c
@@ -46,6 +46,8 @@
#include <sys/filedesc.h>
#include <sys/vnode.h>
#include <sys/malloc.h>
+#include <net/radix.h>
+#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/bio.h>