diff options
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index 2c99ab5..2b5ecee 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -33,6 +33,7 @@ * Resident memory management module. */ +#include <printf.h> #include <string.h> #include <mach/vm_prot.h> |