summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockf.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 10:07:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 10:07:05 +0000
commit7f52a691f069833a6340b4aa7463f31cf328197e (patch)
treeb803754cc3589a65acf8d6fec46171f9f94739a9 /sys/kern/kern_lockf.c
parent9bf1a756976b17430a9a0c6f58052edb24d1cf9d (diff)
Notes
Diffstat (limited to 'sys/kern/kern_lockf.c')
-rw-r--r--sys/kern/kern_lockf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index c1cadb14c811..51659544230d 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -43,6 +43,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/unistd.h>