diff options
Diffstat (limited to 'src/user/bootstrap/main.c')
-rw-r--r-- | src/user/bootstrap/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index 9a9a922..ea92af6 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -1,6 +1,7 @@ #include <camellia/flags.h> #include <camellia/syscalls.h> #include <shared/mem.h> +#include <stdio.h> #include <user/lib/elfload.h> #include <user/lib/fs/misc.h> |