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