summaryrefslogtreecommitdiff
path: root/kern/eventcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/eventcount.c')
-rw-r--r--kern/eventcount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/eventcount.c b/kern/eventcount.c
index 4a8ebd7..576607c 100644
--- a/kern/eventcount.c
+++ b/kern/eventcount.c
@@ -35,11 +35,12 @@
*
*/
-#include <printf.h>
+#include <kern/printf.h>
#include <string.h>
#include <mach/machine.h>
#include <kern/ast.h>
+#include <kern/debug.h> /* For panic() */
#include "cpu_number.h"
#include <kern/lock.h>
#include <kern/processor.h>