2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-11 13:29:12 +01:00

engine: android: fix building dlsym_weak on latest NDK

This commit is contained in:
Alibek Omarov 2019-09-10 11:15:48 +06:00
parent ba69f9e62a
commit 3032ce3bee

View File

@ -27,6 +27,7 @@
*/ */
#if defined __ANDROID__ && !defined XASH_64BIT #if defined __ANDROID__ && !defined XASH_64BIT
#include <string.h>
#include <android/log.h> #include <android/log.h>
#include "linker.h" #include "linker.h"