diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_acl.c | 1 | ||||
-rw-r--r-- | sys/kern/kern_event.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_acl_posix1e.c | 1 | ||||
-rw-r--r-- | sys/kern/sys_socket.c | 2 | ||||
-rw-r--r-- | sys/kern/vfs_acl.c | 1 | ||||
-rw-r--r-- | sys/kern/vfs_mount.c | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index 766c62d..3b48a82 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -45,6 +45,7 @@ #include <sys/mutex.h> #include <sys/namei.h> #include <sys/file.h> +#include <sys/filedesc.h> #include <sys/proc.h> #include <sys/sysent.h> #include <sys/errno.h> diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c index 4c8e6d0..a6d0eb1 100644 --- a/sys/kern/kern_event.c +++ b/sys/kern/kern_event.c @@ -35,6 +35,7 @@ #include <sys/malloc.h> #include <sys/unistd.h> #include <sys/file.h> +#include <sys/filedesc.h> #include <sys/fcntl.h> #include <sys/selinfo.h> #include <sys/queue.h> diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index 766c62d..3b48a82 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -45,6 +45,7 @@ #include <sys/mutex.h> #include <sys/namei.h> #include <sys/file.h> +#include <sys/filedesc.h> #include <sys/proc.h> #include <sys/sysent.h> #include <sys/errno.h> diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 563224a..c31a903 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -39,8 +39,10 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/file.h> +#include <sys/filedesc.h> #include <sys/mac.h> #include <sys/protosw.h> +#include <sys/sigio.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/filio.h> /* XXX */ diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index 766c62d..3b48a82 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -45,6 +45,7 @@ #include <sys/mutex.h> #include <sys/namei.h> #include <sys/file.h> +#include <sys/filedesc.h> #include <sys/proc.h> #include <sys/sysent.h> #include <sys/errno.h> diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 5fa0399..a5e5989 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -75,6 +75,7 @@ #include <sys/mutex.h> #include <sys/namei.h> #include <sys/proc.h> +#include <sys/filedesc.h> #include <sys/reboot.h> #include <sys/sysproto.h> #include <sys/sx.h> |