--- a/Source/ZLib/gzguts.h +++ b/Source/ZLib/gzguts.h @@ -26,6 +26,10 @@ # include #endif +#ifdef __ANDROID__ +# include +#endif + #ifndef _POSIX_SOURCE # define _POSIX_SOURCE #endif