From 3032ce3bee2eb4eaadba08f18a3f9274c07e1762 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 10 Sep 2019 11:15:48 +0600 Subject: [PATCH] engine: android: fix building dlsym_weak on latest NDK --- engine/platform/android/dlsym-weak.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/platform/android/dlsym-weak.cpp b/engine/platform/android/dlsym-weak.cpp index fe4d5fb9..d585af7d 100644 --- a/engine/platform/android/dlsym-weak.cpp +++ b/engine/platform/android/dlsym-weak.cpp @@ -27,6 +27,7 @@ */ #if defined __ANDROID__ && !defined XASH_64BIT +#include #include #include "linker.h"