aboutsummaryrefslogtreecommitdiff
path: root/include/library_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/library_loader.h')
-rw-r--r--include/library_loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/library_loader.h b/include/library_loader.h
index d359c5b..1622521 100644
--- a/include/library_loader.h
+++ b/include/library_loader.h
@@ -2,6 +2,7 @@
#define GSR_LIBRARY_LOADER_H
#include <dlfcn.h>
+#include <stdbool.h>
#include <stdio.h>
typedef struct {
@@ -38,4 +39,4 @@ static void dlsym_load_list_optional(void *handle, const dlsym_assign *dlsyms) {
}
}
-#endif /* GSR_LIBRARY_LOADER_H */ \ No newline at end of file
+#endif /* GSR_LIBRARY_LOADER_H */