From 43fdf4137164b918d6bcedc03351f24880bacb1a Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Tue, 29 Jun 2010 21:49:21 +0000 Subject: Add missing include. --- sys/arch/hppa64/include/vmparam.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa64/include/vmparam.h') 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 + #define __HAVE_VM_PAGE_MD + struct pv_entry; struct vm_page_md { struct simplelock pvh_lock; /* locks every pv on this list */ -- cgit v1.2.3