diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2002-09-01 23:02:10 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2002-09-01 23:02:10 +0000 |
| commit | 4cf64ccaed932391c7f7006af44e786c3579459f (patch) | |
| tree | 74272d3078b813c2db052c295c726aeb891c2cc5 /sys/fs/nwfs | |
| parent | 43e9d8a3a464a1cf7852b6ed11a2e7109b1adff0 (diff) | |
Notes
Diffstat (limited to 'sys/fs/nwfs')
| -rw-r--r-- | sys/fs/nwfs/nwfs_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nwfs/nwfs_subr.c b/sys/fs/nwfs/nwfs_subr.c index 3d7734280e3cc..ad6009c825b77 100644 --- a/sys/fs/nwfs/nwfs_subr.c +++ b/sys/fs/nwfs/nwfs_subr.c @@ -34,6 +34,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/lockmgr.h> #include <sys/malloc.h> #include <machine/clock.h> #include <sys/time.h> |
