diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-29 21:49:21 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-06-29 21:49:21 +0000 |
commit | 43fdf4137164b918d6bcedc03351f24880bacb1a (patch) | |
tree | 2b51bc61b1cae8dd34973106fe1f1f4b1b80b218 /sys/arch/hppa64/include/vmparam.h | |
parent | 76ed8cb323edb4b3627387cceb6e1270297da44d (diff) |
Add missing include.
Diffstat (limited to 'sys/arch/hppa64/include/vmparam.h')
-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 */ |