summaryrefslogtreecommitdiff
path: root/src/user/lib/elfload.c
diff options
context:
space:
mode:
authordzwdz2022-07-26 22:10:20 +0200
committerdzwdz2022-07-26 22:10:20 +0200
commit8af714e59d16f186fd9173edba4fb2699690947a (patch)
treea7df70cd7a6170ff95a9b85fe84c467a648c1be3 /src/user/lib/elfload.c
parent137dcb3e207b264c467f4b2b13df2316b8b0a67c (diff)
user/libc: make FILE an opaque type
Diffstat (limited to 'src/user/lib/elfload.c')
-rw-r--r--src/user/lib/elfload.c1
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>