From 1b5b70c2c0917aabf6595da63a59c5499d57963a Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 22 Jan 2024 22:04:50 +0100 Subject: Fix compilation I didn't quite get all the renames in the first pass. --- include/engine/dltools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/engine/dltools.h') 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 + /* Utility functions for handling runtime linked shared libraries */ bool dynamic_library_close(void* shared_library); void* dynamic_library_open(const char* library_path); -- cgit v1.3