diff options
Diffstat (limited to 'kern/pc_sample.c')
-rw-r--r-- | kern/pc_sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/pc_sample.c b/kern/pc_sample.c index a335c47..e26fd41 100644 --- a/kern/pc_sample.c +++ b/kern/pc_sample.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. */ -#include <printf.h> +#include <kern/printf.h> #include <string.h> #include <mach/mach_types.h> /* vm_address_t */ |