diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index ae8fae717fb..e18e2a57b10 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.89 1997/09/13 16:12:04 joerg Exp $ + * $Id: vm_machdep.c,v 1.90 1997/10/10 09:44:12 peter Exp $ */ #include "npx.h" @@ -56,6 +56,9 @@ #include #include #include +#ifdef SMP +#include +#endif #include #include diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index ae8fae717fb..e18e2a57b10 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.89 1997/09/13 16:12:04 joerg Exp $ + * $Id: vm_machdep.c,v 1.90 1997/10/10 09:44:12 peter Exp $ */ #include "npx.h" @@ -56,6 +56,9 @@ #include #include #include +#ifdef SMP +#include +#endif #include #include