]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/ImageIO.cpp
Remove some unneeded libs & headers
[lugaru.git] / Source / Utils / ImageIO.cpp
index c19a63e5f6e65878b15b95e54477787a11196c26..689224ea7888a25add17bfe6c56749e48552807b 100644 (file)
@@ -26,7 +26,10 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include <jpeglib.h>
 #include <png.h>
 #include <stdio.h>
-#include <zlib.h>
+
+#ifndef WIN32
+#include <unistd.h>
+#endif
 
 /* These two are needed for screenshot */
 extern int kContextWidth;