summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authordima <dima@cvs.openbsd.org>1998-02-09 06:26:20 +0000
committerdima <dima@cvs.openbsd.org>1998-02-09 06:26:20 +0000
commit13655adbb1bda773e3c1d68a8a3fccfd866e2fa1 (patch)
treea6133c90611ec9d7cb8d2fa5315dd83340f09f1a /sys/arch/hp300
parentc05bb377229395febc0f7c083c1660b9276cac74 (diff)
Include <ddb/db_var.h> if DDB is defined.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/machdep.c5
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>