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