diff options
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index a47d5a8..e461d0d 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/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> |