summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-02-25 15:54:06 +0000
committerbde <bde@FreeBSD.org>1999-02-25 15:54:06 +0000
commitae4dfde7bc62500e82c89835619ad813f4750fc6 (patch)
tree1c627c0bb419cbdd7ad1b88735528e5eb4f8ab20 /sys/kern/vfs_aio.c
parent1985c3db8a6636e2fbb18f31a09bea9df2d8d4e4 (diff)
downloadFreeBSD-src-ae4dfde7bc62500e82c89835619ad813f4750fc6.zip
FreeBSD-src-ae4dfde7bc62500e82c89835619ad813f4750fc6.tar.gz
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 2598fd0..96a3cb3 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -13,7 +13,7 @@
* bad that happens because of using this software isn't the responsibility
* of the author. This software is distributed AS-IS.
*
- * $Id: vfs_aio.c,v 1.42 1999/01/29 23:18:49 dillon Exp $
+ * $Id: vfs_aio.c,v 1.43 1999/02/19 14:25:35 luoqi Exp $
*/
/*
@@ -22,6 +22,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/buf.h>
#include <sys/sysproto.h>
#include <sys/filedesc.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud