diff options
author | Nito Martinez <Nito@Qindel.ES> | 2015-02-10 19:47:58 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-10 19:47:58 +0100 |
commit | 79f218b563f6a4d3b17e92ee85ad242575daf8da (patch) | |
tree | 1f5290e0ba44b23228730d9261505e92a440cf5b /nxcomp/Pgn.cpp | |
parent | 46c2aebca5196ad4c10bb4f6f2558d656c22f5d9 (diff) | |
download | nx-libs-79f218b563f6a4d3b17e92ee85ad242575daf8da.tar.gz nx-libs-79f218b563f6a4d3b17e92ee85ad242575daf8da.tar.bz2 nx-libs-79f218b563f6a4d3b17e92ee85ad242575daf8da.zip |
Fix FTBFS of nxproxy/nxcomp on Android (212_nxcomp_build-on-Android.full+lite.patch).
Diffstat (limited to 'nxcomp/Pgn.cpp')
-rw-r--r-- | nxcomp/Pgn.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nxcomp/Pgn.cpp b/nxcomp/Pgn.cpp index af26724ef..cdcde84ce 100644 --- a/nxcomp/Pgn.cpp +++ b/nxcomp/Pgn.cpp @@ -23,6 +23,9 @@ #include <X11/Xmd.h> +#ifdef ANDROID +#include <strings.h> +#endif #include <unistd.h> #include <stdio.h> #include <png.h> |