diff options
Diffstat (limited to 'kern/zalloc.c')
-rw-r--r-- | kern/zalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/zalloc.c b/kern/zalloc.c index 48fbb32..e089023 100644 --- a/kern/zalloc.c +++ b/kern/zalloc.c @@ -34,6 +34,7 @@ * data blocks for which quick allocation/deallocation is possible. */ +#include <printf.h> #include <string.h> #include <kern/macro_help.h> |