diff options
author | grog <grog@FreeBSD.org> | 2001-04-23 09:05:15 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-04-23 09:05:15 +0000 |
commit | 1f5de3071891f86c0e7d51efde6705f5b8ac2959 (patch) | |
tree | 2f60aabcb12c36c1d96b7e6a92c008714a5a2f7c /sys/fs/specfs | |
parent | cdfbb3de26026e4ee99ec51a6eee46d807a9dcf7 (diff) | |
download | FreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.zip FreeBSD-src-1f5de3071891f86c0e7d51efde6705f5b8ac2959.tar.gz |
Correct #includes to work with fixed sys/mount.h.
Diffstat (limited to 'sys/fs/specfs')
-rw-r--r-- | sys/fs/specfs/spec_vnops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index 2940f40..bdfe714 100644 --- a/sys/fs/specfs/spec_vnops.c +++ b/sys/fs/specfs/spec_vnops.c @@ -41,6 +41,8 @@ #include <sys/conf.h> #include <sys/bio.h> #include <sys/buf.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/vnode.h> #include <sys/stat.h> |