diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-01-22 21:04:50 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-01-29 11:58:44 +0000 |
| commit | 1b5b70c2c0917aabf6595da63a59c5499d57963a (patch) | |
| tree | d402604d4b682b3a8b5da783c47a951f27b04c2e /include/engine/dltools.h | |
| parent | 241bf4dcda9518633cb2990adc27eda40fd42c77 (diff) | |
Fix compilation
I didn't quite get all the renames in the first pass.
Diffstat (limited to 'include/engine/dltools.h')
| -rw-r--r-- | include/engine/dltools.h | 2 |
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); |
