diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-08-18 03:29:21 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-08-18 03:29:21 +0000 |
| commit | 7cbfd031b6511182f2d1c29f407785aabb78daa0 (patch) | |
| tree | 6085b043acb713714a52ff1427f60f99ce6a4a8c /sys/vm/vm_zone.c | |
| parent | ffff48e8e92b4e0995094ba361c43ee68dab7a8c (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_zone.c')
| -rw-r--r-- | sys/vm/vm_zone.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index cc71421dc74f..062849ab284f 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vm_zone.c,v 1.3 1997/08/06 04:58:04 dyson Exp $ + * $Id: vm_zone.c,v 1.4 1997/08/07 03:52:54 dyson Exp $ */ #include <sys/param.h> @@ -32,6 +32,10 @@ #include <sys/lock.h> #include <sys/sysctl.h> +#ifdef SMP +#include <machine/smp.h> +#endif + #include <vm/vm.h> #include <vm/vm_object.h> #include <vm/vm_prot.h> |
