diff options
Diffstat (limited to 'src/user/lib/elfload.c')
-rw-r--r-- | src/user/lib/elfload.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/user/lib/elfload.c b/src/user/lib/elfload.c index 45ce2a0..a30fd7c 100644 --- a/src/user/lib/elfload.c +++ b/src/user/lib/elfload.c @@ -1,6 +1,9 @@ #include <camellia/execbuf.h> #include <camellia/flags.h> #include <camellia/syscalls.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <user/lib/elf.h> #include <user/lib/elfload.h> |