summaryrefslogtreecommitdiff
path: root/kern/sched_prim.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched_prim.c')
-rw-r--r--kern/sched_prim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/sched_prim.c b/kern/sched_prim.c
index 116bfe6..eee0258 100644
--- a/kern/sched_prim.c
+++ b/kern/sched_prim.c
@@ -32,11 +32,12 @@
*
*/
-#include <printf.h>
+#include <kern/printf.h>
#include <mach/machine.h>
#include <kern/ast.h>
#include <kern/counters.h>
#include <kern/cpu_number.h>
+#include <kern/debug.h> /* for panic() */
#include <kern/lock.h>
#include <kern/macro_help.h>
#include <kern/processor.h>