diff options
| author | Luoqi Chen <luoqi@FreeBSD.org> | 1998-08-29 17:39:39 +0000 |
|---|---|---|
| committer | Luoqi Chen <luoqi@FreeBSD.org> | 1998-08-29 17:39:39 +0000 |
| commit | 93ee3304ba6ae02e15e740d01b806aaee6680e21 (patch) | |
| tree | 92f39d0a32a7735b6c8c80f2c3c3e6bde71b726f /sys/kern | |
| parent | b4e18a03db05632efba338c127e49d25a796edc5 (diff) | |
Notes
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/vfs_bio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index b5ccaf06a7a4..877a50b13aa0 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vfs_bio.c,v 1.104.2.9 1998/05/06 19:10:59 gibbs Exp $ + * $Id: vfs_bio.c,v 1.104.2.10 1998/08/28 20:38:57 luoqi Exp $ */ /* @@ -43,6 +43,7 @@ #include <sys/proc.h> #include <sys/vnode.h> #include <sys/vmmeter.h> +#include <sys/lock.h> #include <vm/vm.h> #include <vm/vm_param.h> #include <vm/vm_prot.h> |
