diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-23 18:51:54 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-23 18:51:54 +0000 |
| commit | 2b4169610b2fcef0b3dd4e950c63289687c6f4e4 (patch) | |
| tree | 073241c7fa56d8e4f1efe9b2e53c42a8aa5b1e1c /sys/miscfs | |
| parent | 2e8d39560eb5b2066bd137231e2e0cdbe2f65f44 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/fdesc/fdesc_vfsops.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/fdesc/fdesc_vnops.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/miscfs/fdesc/fdesc_vfsops.c b/sys/miscfs/fdesc/fdesc_vfsops.c index 7737e37dd5c7..e93ad5011f6a 100644 --- a/sys/miscfs/fdesc/fdesc_vfsops.c +++ b/sys/miscfs/fdesc/fdesc_vfsops.c @@ -49,6 +49,8 @@ #include <sys/resourcevar.h> #include <sys/filedesc.h> #include <sys/vnode.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/malloc.h> #include <miscfs/fdesc/fdesc.h> diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index c6bb2d6104f0..2b29f1c60f03 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -51,6 +51,8 @@ #include <sys/malloc.h> #include <sys/file.h> #include <sys/stat.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/namei.h> #include <sys/dirent.h> |
