diff options
Diffstat (limited to 'games/warmux/files/patch-src-graphic.surface.cpp')
-rw-r--r-- | games/warmux/files/patch-src-graphic.surface.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/warmux/files/patch-src-graphic.surface.cpp b/games/warmux/files/patch-src-graphic.surface.cpp new file mode 100644 index 000000000000..866d8818c618 --- /dev/null +++ b/games/warmux/files/patch-src-graphic.surface.cpp @@ -0,0 +1,10 @@ +--- src/graphic/surface.cpp.orig 2011-04-28 21:03:06.000000000 +0200 ++++ src/graphic/surface.cpp 2012-05-09 12:06:52.000000000 +0200 +@@ -25,6 +25,7 @@ + #include <SDL_image.h> + #include <SDL_rotozoom.h> + #include <png.h> ++#include <zlib.h> + + #include "graphic/surface.h" + #include "tool/math_tools.h" |