summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_serv.c
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/nfs/nfs_serv.c
parent471eab0d4181aa7131014dbb0eeb2d230b6c46ec (diff)
Notes
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r--sys/nfs/nfs_serv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index e015d1795fcd..bd54a3b7eb7d 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/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>