diff options
| author | ad <ad@NetBSD.org> | 2008-01-06 20:53:06 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-01-06 20:53:06 +0000 |
| commit | 80f35bef491c5b79ecdfe57bc48d313384e489fe (patch) | |
| tree | fc34da8b3994846ee80e3ab860a6c961e52b859e /sys/arch/amd64/include/vmparam.h | |
| parent | 7fd0ed6a9285d7cd6b8efb098942d47111038c0a (diff) | |
#include <sys/mutex.h>
Diffstat (limited to 'sys/arch/amd64/include/vmparam.h')
| -rw-r--r-- | sys/arch/amd64/include/vmparam.h | 3 |
1 files changed, 2 insertions, 1 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 |
