summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-12-02 22:30:30 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-12-02 22:30:30 +0000
commit792d12612753912b878a53687a32650561eca5d8 (patch)
tree32ff1cb126e151dfeb60d15897fdb1420a0bef93 /sys/fs/unionfs
parentf15e34f7acf932561b90857676d238d0ebad464c (diff)
downloadFreeBSD-src-792d12612753912b878a53687a32650561eca5d8.zip
FreeBSD-src-792d12612753912b878a53687a32650561eca5d8.tar.gz
Add missing includes for <sys/buf.h> and <sys/bio.h>.
Diffstat (limited to 'sys/fs/unionfs')
-rw-r--r--sys/fs/unionfs/union_vnops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index b69baba..9452da5 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -54,6 +54,8 @@
#include <sys/stat.h>
#include <sys/dirent.h>
#include <sys/proc.h>
+#include <sys/bio.h>
+#include <sys/buf.h>
#include <fs/unionfs/union.h>
OpenPOWER on IntegriCloud