summaryrefslogtreecommitdiff
path: root/include/engine/dltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine/dltools.h')
-rw-r--r--include/engine/dltools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/engine/dltools.h b/include/engine/dltools.h
index e883f20..5a53f49 100644
--- a/include/engine/dltools.h
+++ b/include/engine/dltools.h
@@ -1,6 +1,8 @@
#ifndef DLTOOLS_H
#define DLTOOLS_H
+#include <stdbool.h>
+
/* Utility functions for handling runtime linked shared libraries */
bool dynamic_library_close(void* shared_library);
void* dynamic_library_open(const char* library_path);