fheroes2/fheroes2-r2693-zlib.patch
2012-02-02 02:15:30 +04:00

11 lines
441 B
Diff

diff -urN fheroes-src/src/engine/IMG_savepng.cpp fheroes-src-patched/src/engine/IMG_savepng.cpp
--- fheroes-src/src/engine/IMG_savepng.cpp 2010-03-23 11:44:39.000000000 +1000
+++ fheroes-src-patched/src/engine/IMG_savepng.cpp 2011-12-09 00:48:27.819222589 +1100
@@ -29,6 +29,7 @@
* 11/08/2004 - Compr fix, levels -1,1-7 now work - Tyler Montbriand
*/
#include <stdlib.h>
+#include <zlib.h>
#include "SDL.h"
#include "IMG_savepng.h"