summaryrefslogtreecommitdiff
path: root/kern/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/debug.c')
-rw-r--r--kern/debug.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/kern/debug.c b/kern/debug.c
index 42764bd..f8774fc 100644
--- a/kern/debug.c
+++ b/kern/debug.c
@@ -24,16 +24,14 @@
* the rights to redistribute these changes.
*/
-#include <printf.h>
+#include <kern/printf.h>
#include <stdarg.h>
#include "cpu_number.h"
#include <kern/lock.h>
#include <kern/thread.h>
-#warning missing include for panic()
-void panic(const char *s, ...);
-
+#include <kern/debug.h>
extern void cnputc();
void Debugger();