diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-05 19:55:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-05 19:55:52 +0000 |
| commit | 1cd52ec333dcaa93fed3408a4d473f1192c8aba8 (patch) | |
| tree | 9e0c46dbd6bbd424d0861f4f80ae930d232ed15c /sys/kern/kern_lockf.c | |
| parent | 188da0efe128f18b2ea2073c6ee23f9154e4684f (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_lockf.c')
| -rw-r--r-- | sys/kern/kern_lockf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index a8f1a34c45bf..9b764e42519e 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -34,11 +34,12 @@ * SUCH DAMAGE. * * @(#)ufs_lockf.c 8.3 (Berkeley) 1/6/94 - * $Id: kern_lockf.c,v 1.15 1997/10/11 18:31:23 phk Exp $ + * $Id: kern_lockf.c,v 1.16 1997/10/12 20:23:49 phk Exp $ */ #include <sys/param.h> #include <sys/systm.h> +#include <sys/lock.h> #include <sys/proc.h> #include <sys/unistd.h> #include <sys/vnode.h> |
