summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2004-07-19 02:46:34 +0000
committerMike Silbersack <silby@FreeBSD.org>2004-07-19 02:46:34 +0000
commit4ca037c6c835baf59e325ef9f1f5e02189e60817 (patch)
treefa1aa6ac7f2a94910423a5183c4cb65b788e1818
parent8653f72f6e5ab54ccbd7daabbef1f68df3e08cb2 (diff)
Notes
-rw-r--r--sys/i386/i386/machdep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index ec148fcd56ba..7031fb3c4db0 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -95,6 +95,9 @@ __FBSDID("$FreeBSD$");
#include <sys/cons.h>
#ifdef DDB
+#ifndef KDB
+#error KDB must be enabled in order for DDB to work!
+#endif
#include <ddb/ddb.h>
#include <ddb/db_sym.h>
#endif