From 79f218b563f6a4d3b17e92ee85ad242575daf8da Mon Sep 17 00:00:00 2001 From: Nito Martinez Date: Tue, 10 Feb 2015 19:47:58 +0100 Subject: Fix FTBFS of nxproxy/nxcomp on Android (212_nxcomp_build-on-Android.full+lite.patch). --- nxcomp/Proxy.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nxcomp/Proxy.cpp') diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index d6c67e0e8..9b38661b4 100644 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -20,6 +20,11 @@ #include #include #include +#ifdef ANDROID +#include +#include +#include +#endif #include "Misc.h" @@ -31,9 +36,11 @@ #include #endif +#ifndef ANDROID #include #include #include +#endif #if defined(__EMX__ ) || defined(__CYGWIN32__) -- cgit v1.2.3