diff options
author | dg <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
commit | c30f46c534617c688a4773ed830c44daa04853ee (patch) | |
tree | 19b264d515a181824bd3abb5e342afa65102ff53 /sys/vm/kern_lock.c | |
parent | 03382d7ccd5ed3c8bf17b6719df445c2d9c5dea6 (diff) | |
download | FreeBSD-src-c30f46c534617c688a4773ed830c44daa04853ee.zip FreeBSD-src-c30f46c534617c688a4773ed830c44daa04853ee.tar.gz |
Untangled the vm.h include file spaghetti.
Diffstat (limited to 'sys/vm/kern_lock.c')
-rw-r--r-- | sys/vm/kern_lock.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c index 409e784..2e984b0 100644 --- a/sys/vm/kern_lock.c +++ b/sys/vm/kern_lock.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: kern_lock.c,v 1.8 1995/11/06 08:44:15 davidg Exp $ + * $Id: kern_lock.c,v 1.9 1995/11/20 12:20:02 phk Exp $ */ /* @@ -75,6 +75,9 @@ #include <sys/proc.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/vm_prot.h> +#include <vm/lock.h> /* * Routine: lock_init |