diff options
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r-- | sys/vm/vm_map.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 640c2aa..ce30a1b 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> |