diff options
-rw-r--r-- | sys/arch/hppa64/include/vmparam.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/vmparam.h b/sys/arch/hppa64/include/vmparam.h index fbdff030e42..830b1f7b84d 100644 --- a/sys/arch/hppa64/include/vmparam.h +++ b/sys/arch/hppa64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.3 2006/06/04 17:21:24 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.4 2010/06/29 21:49:20 jsing Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -89,7 +89,11 @@ #define VM_FREELIST_ARCH 1 #if defined(_KERNEL) && !defined(_LOCORE) + +#include <sys/lock.h> + #define __HAVE_VM_PAGE_MD + struct pv_entry; struct vm_page_md { struct simplelock pvh_lock; /* locks every pv on this list */ |