aboutsummaryrefslogtreecommitdiff
path: root/include/library_loader.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-12-01 00:47:30 +0100
committerdec05eba <dec05eba@protonmail.com>2022-12-20 15:32:42 +0100
commit4e6fc174fe02d3ddb0d3dfe5894a31502df9b1ed (patch)
tree033dca81f26edf5f662406b902ca6fe6e2fd4f5e /include/library_loader.h
parent6a6bb703bce2d844175950ede4bda5d06dc5a8ae (diff)
follow focused
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 */