1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-03-13 06:21:08 +00: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

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