diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-12-07 12:48:31 +0000 |
| commit | efeaf95a41820e4eb661a90cfb59a26e36575784 (patch) | |
| tree | 19b264d515a181824bd3abb5e342afa65102ff53 /sys/vm/vm_init.c | |
| parent | 40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
| -rw-r--r-- | sys/vm/vm_init.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 8c15825076fa..a3ad6369da32 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_init.c,v 1.9 1995/09/09 18:10:36 davidg Exp $ + * $Id: vm_init.c,v 1.10 1995/12/02 17:11:20 bde Exp $ */ /* @@ -71,11 +71,18 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> +#include <sys/queue.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/vm_prot.h> +#include <vm/lock.h> +#include <vm/vm_object.h> #include <vm/vm_page.h> +#include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_pager.h> +#include <vm/vm_extern.h> /* * System initialization |
