summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
Diffstat (limited to 'kern')
-rw-r--r--kern/exception.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/exception.c b/kern/exception.c
index d73b196..0232773 100644
--- a/kern/exception.c
+++ b/kern/exception.c
@@ -51,8 +51,8 @@
#include <mach/machine/vm_types.h>
#if MACH_KDB
-extern void thread_kdb_return();
-extern void db_printf();
+#include <machine/trap.h>
+#include <ddb/db_output.h>
boolean_t debug_user_with_kdb = FALSE;
#endif /* MACH_KDB */