aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-18 03:29:21 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-18 03:29:21 +0000
commit7cbfd031b6511182f2d1c29f407785aabb78daa0 (patch)
tree6085b043acb713714a52ff1427f60f99ce6a4a8c /sys/vm/vm_map.c
parentffff48e8e92b4e0995094ba361c43ee68dab7a8c (diff)
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 640c2aaeddf9..ce30a1bae05d 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.85 1997/08/06 04:58:03 dyson Exp $
+ * $Id: vm_map.c,v 1.86 1997/08/18 02:06:22 dyson Exp $
*/
/*
@@ -76,6 +76,10 @@
#include <sys/vmmeter.h>
#include <sys/mman.h>
+#ifdef SMP
+#include <machine/smp.h>
+#endif
+
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>