diff options
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 504549cf12a..ed5d164c3d6 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.35 2008/09/06 19:49:05 kettenis Exp $ */ +/* $OpenBSD: vmparam.h,v 1.36 2010/04/23 21:34:40 deraadt Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -94,6 +94,9 @@ #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 { |