diff options
author | dima <dima@cvs.openbsd.org> | 1998-02-09 06:26:20 +0000 |
---|---|---|
committer | dima <dima@cvs.openbsd.org> | 1998-02-09 06:26:20 +0000 |
commit | 13655adbb1bda773e3c1d68a8a3fccfd866e2fa1 (patch) | |
tree | a6133c90611ec9d7cb8d2fa5315dd83340f09f1a /sys/arch/hp300 | |
parent | c05bb377229395febc0f7c083c1660b9276cac74 (diff) |
Include <ddb/db_var.h> if DDB is defined.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/machdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 35bb71e3209..236f9c5a4e2 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.29 1998/02/05 16:48:22 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.30 1998/02/09 06:26:19 dima Exp $ */ /* $NetBSD: machdep.c,v 1.94 1997/06/12 15:46:29 mrg Exp $ */ /* @@ -80,6 +80,9 @@ #endif #include <machine/db_machdep.h> +#ifdef DDB +#include <ddb/db_var.h> +#endif #include <ddb/db_sym.h> #include <ddb/db_extern.h> |