Browse Source

engine: android: fix building dlsym_weak on latest NDK

pull/2/head
Alibek Omarov 5 years ago
parent
commit
3032ce3bee
  1. 1
      engine/platform/android/dlsym-weak.cpp

1
engine/platform/android/dlsym-weak.cpp

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

Loading…
Cancel
Save