diff options
Diffstat (limited to 'kern/work.c')
-rw-r--r-- | kern/work.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/work.c b/kern/work.c index a841d38d..c1bdede1 100644 --- a/kern/work.c +++ b/kern/work.c @@ -18,6 +18,7 @@ #include <assert.h> #include <stdalign.h> #include <stddef.h> +#include <stdio.h> #include <kern/bitmap.h> #include <kern/error.h> |