diff options
Diffstat (limited to 'ddb/db_cond.c')
-rw-r--r-- | ddb/db_cond.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_cond.c b/ddb/db_cond.c index cbaf5a4..e968c5c 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -33,6 +33,7 @@ #include <ddb/db_break.h> #include <ddb/db_command.h> +#include <kern/debug.h> /* for panic() */ #define DB_MAX_COND 10 /* maximum conditions to be set */ |