summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_vnops.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-02-12 14:31:11 +0000
committerbde <bde@FreeBSD.org>1997-02-12 14:31:11 +0000
commit05eea2d8f056ff30ee53b0c15e7644e0c46a0de0 (patch)
treed8f352d505178ee4e758e475740b03b0ee6b0406 /sys/fs/unionfs/union_vnops.c
parent81ebb7ac9d85eb089b85472976344ccef9b7bc1a (diff)
downloadFreeBSD-src-05eea2d8f056ff30ee53b0c15e7644e0c46a0de0.zip
FreeBSD-src-05eea2d8f056ff30ee53b0c15e7644e0c46a0de0.tar.gz
Restored #include of <sys/kernel.h> so that this compiles again.
Diffstat (limited to 'sys/fs/unionfs/union_vnops.c')
-rw-r--r--sys/fs/unionfs/union_vnops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index cbb10d2..6dfcefd 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -45,6 +45,7 @@
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/kernel.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud