summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index d7a6dfc..3bfb8ad 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,12 +61,13 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.29 1995/12/11 04:58:12 dyson Exp $
+ * $Id: vm_map.c,v 1.30 1995/12/14 09:54:59 phk Exp $
*/
/*
* Virtual memory mapping module.
*/
+#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud