aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-25 21:52:04 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-25 21:52:04 +0000
commitee99e978a3cac4756d59d90bcd2ef8c066ae03bb (patch)
tree1d65a70bb7f6624a6e5013f0229ed8e7807b426e /sys/kern
parent0beb3ecc6c8df2d621e49b96a4a6c8e1164632ac (diff)
downloadsrc-ee99e978a3cac4756d59d90bcd2ef8c066ae03bb.tar.gz
src-ee99e978a3cac4756d59d90bcd2ef8c066ae03bb.zip
Added used include of <sys/sx.h>. Don't depend on namespace pollution in
<sys/file.h> or <sys/socketvar.h>.
Notes
Notes: svn path=/head/; revision=93183
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 4c8825df9494..56d3a1eb6465 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -42,6 +42,7 @@
#include <sys/syscall.h>
#include <sys/sysent.h>
#include <sys/sysctl.h>
+#include <sys/sx.h>
#include <sys/vnode.h>
#include <sys/conf.h>
#include <sys/event.h>