summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-04-06 19:43:47 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-04-06 19:43:47 +0000
commit150c08a280d42ca77e3d02f44f95d36079b3e8b6 (patch)
treee160770f96b33a3f230aa6aa9066664296ef11b0 /sys
parent4e3a572a787a5f9a1863f633235d7010f9d15ee8 (diff)
add vm/vm.h for prototypes; from mickey@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/include/db_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h
index b8aa4d016ac..e466fcecbe5 100644
--- a/sys/arch/hppa/include/db_machdep.h
+++ b/sys/arch/hppa/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.3 1999/08/14 03:31:50 mickey Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.4 2000/04/06 19:43:46 todd Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -33,6 +33,8 @@
#ifndef _MACHINE_DB_MACHDEP_H_
#define _MACHINE_DB_MACHDEP_H_
+#include <vm/vm.h>
+
/* types the generic ddb module needs */
typedef vaddr_t db_addr_t;
typedef long db_expr_t;