diff options
Diffstat (limited to 'sys/nfsserver/nfs_srvcache.c')
| -rw-r--r-- | sys/nfsserver/nfs_srvcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nfsserver/nfs_srvcache.c b/sys/nfsserver/nfs_srvcache.c index e7b10dd6b6dc..f2e9182dbccc 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> |
