diff options
Diffstat (limited to 'kern/zalloc.c')
-rw-r--r-- | kern/zalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/zalloc.c b/kern/zalloc.c index e089023..e006177 100644 --- a/kern/zalloc.c +++ b/kern/zalloc.c @@ -34,10 +34,11 @@ * data blocks for which quick allocation/deallocation is possible. */ -#include <printf.h> #include <string.h> +#include <kern/debug.h> /* For panic() */ #include <kern/macro_help.h> +#include <kern/printf.h> #include <kern/sched.h> #include <kern/time_out.h> #include <kern/zalloc.h> |