diff options
| -rw-r--r-- | sys/arch/amd64/include/vmparam.h | 3 | ||||
| -rw-r--r-- | sys/arch/i386/include/vmparam.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index c4c79a027bd..cb76cac240c 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.16 2007/11/22 16:16:46 bouyer Exp $ */ +/* $NetBSD: vmparam.h,v 1.17 2008/01/06 20:53:38 ad Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,6 +38,7 @@ #define _VMPARAM_H_ #include <sys/tree.h> +#include <sys/mutex.h> #ifdef _KERNEL_OPT #include "opt_xen.h" #endif diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 02ba028b7c3..dd9c53a49d1 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.64 2007/10/18 15:28:37 yamt Exp $ */ +/* $NetBSD: vmparam.h,v 1.65 2008/01/06 20:53:06 ad Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -38,6 +38,7 @@ #define _VMPARAM_H_ #include <sys/tree.h> +#include <sys/mutex.h> /* * Machine dependent constants for 386. |
