aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-02-12 17:47:28 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-02-12 17:47:28 +0000
commitfdc0430e50ef890c31831d895f6d6ad0fecf88ce (patch)
tree977d551255ce020260401b61418c1e2c9b4f61ee /sys/miscfs/nullfs
parent61f84e5b277a599ef4eca6802895084f8b07eb9c (diff)
Notes
Diffstat (limited to 'sys/miscfs/nullfs')
-rw-r--r--sys/miscfs/nullfs/null_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c
index 98d2c6f8e9ed..badab6637268 100644
--- a/sys/miscfs/nullfs/null_vfsops.c
+++ b/sys/miscfs/nullfs/null_vfsops.c
@@ -46,6 +46,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/time.h>
#include <sys/types.h>