artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4371d31
)
add vm/vm.h for prototypes; from mickey@
author
todd
<todd@openbsd.org>
Thu, 6 Apr 2000 19:43:46 +0000
(19:43 +0000)
committer
todd
<todd@openbsd.org>
Thu, 6 Apr 2000 19:43:46 +0000
(19:43 +0000)
sys/arch/hppa/include/db_machdep.h
patch
|
blob
|
history
diff --git
a/sys/arch/hppa/include/db_machdep.h
b/sys/arch/hppa/include/db_machdep.h
index
b8aa4d0
..
e466fce
100644
(file)
--- 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;