aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/unionfs/union_vnops.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-02-12 14:31:11 +0000
committerBruce Evans <bde@FreeBSD.org>1997-02-12 14:31:11 +0000
commit9e67ea79f0865aa4a902e69a68a0cba3cd8269e7 (patch)
treed8f352d505178ee4e758e475740b03b0ee6b0406 /sys/fs/unionfs/union_vnops.c
parent86413edd9b9d177591f91fa87c667e950b545a4f (diff)
downloadsrc-9e67ea79f0865aa4a902e69a68a0cba3cd8269e7.tar.gz
src-9e67ea79f0865aa4a902e69a68a0cba3cd8269e7.zip
Restored #include of <sys/kernel.h> so that this compiles again.
Notes
Notes: svn path=/head/; revision=22594
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 cbb10d21af4f..6dfcefd1ef72 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>