diff options
Diffstat (limited to 'kern/eventcount.c')
-rw-r--r-- | kern/eventcount.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/eventcount.c b/kern/eventcount.c index 4a8ebd70..576607cb 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> |