summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index 7737e37..e93ad50 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/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/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index c6bb2d6..2b29f1c 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/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>
OpenPOWER on IntegriCloud