summaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-07-13 08:48:48 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-07-13 08:48:48 +0000
commit24a1cce34fc10ade769c2d2f2e00ca5ad820a671 (patch)
treec6f2eefb41eadd82d51ecb0deced0d6d361765ee /sys/vm/vm_init.c
parent33d23de425a671d60d42d6e7c1a0632c6e795fa7 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 64f3814d2184..51fcf305d1f9 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.5 1995/01/09 16:05:42 davidg Exp $
+ * $Id: vm_init.c,v 1.6 1995/03/16 18:17:11 bde Exp $
*/
/*
@@ -74,6 +74,7 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
#include <vm/vm_kern.h>
+#include <vm/vm_pager.h>
/*
* vm_init initializes the virtual memory system.