diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2001-04-23 09:05:15 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2001-04-23 09:05:15 +0000 |
| commit | d98dc34f523c46cf3aa2c86a70166af88a26b2cb (patch) | |
| tree | 9a225be4a035726a14bf88e005f211a35112cfb0 /sys/nfs/nfs_vfsops.c | |
| parent | 471eab0d4181aa7131014dbb0eeb2d230b6c46ec (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 7f8be03082e3..d454075773eb 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -46,6 +46,8 @@ #include <sys/kernel.h> #include <sys/sysctl.h> #include <sys/malloc.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/mbuf.h> #include <sys/socket.h> |
