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/fs/procfs/procfs_vnops.c | |
| parent | 471eab0d4181aa7131014dbb0eeb2d230b6c46ec (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_vnops.c')
| -rw-r--r-- | sys/fs/procfs/procfs_vnops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_vnops.c b/sys/fs/procfs/procfs_vnops.c index 01e73ac96c6c..5dbd01e8946d 100644 --- a/sys/fs/procfs/procfs_vnops.c +++ b/sys/fs/procfs/procfs_vnops.c @@ -54,6 +54,8 @@ #include <sys/sx.h> #include <sys/vnode.h> #include <sys/uio.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/namei.h> #include <sys/dirent.h> |
