From 555ceaea3a4a39efca45486c7dbf7fa86c9adbed Mon Sep 17 00:00:00 2001 From: a1batross Date: Sat, 9 Jan 2016 18:03:45 +0300 Subject: [PATCH] Fix stdlib header name to C-style, so it builds on Android NDK (API level 12) --- cl_dll/unicode_strtools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_dll/unicode_strtools.cpp b/cl_dll/unicode_strtools.cpp index 9f709f9..b54e915 100644 --- a/cl_dll/unicode_strtools.cpp +++ b/cl_dll/unicode_strtools.cpp @@ -28,7 +28,7 @@ #include #include "unicode_strtools.h" #ifndef _WIN32 -#include +#include #endif /* ../engine/unicode_strtools.cpp:23 */