engine: platform: android: include dlfcn.h for Android's LoadLibrary implementation

This commit is contained in:
Alibek Omarov
2025-10-08 05:27:50 +05:00
parent 0c08f113ea
commit 8d7ee70e7d

View File

@@ -12,6 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include <dlfcn.h>
#include "common.h"
#include "library.h"
#include "filesystem.h"