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
1 changed files with 1 additions and 0 deletions

View File

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