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