diff options
Diffstat (limited to 'games/xmoto/files/patch-tim_png.cpp')
-rw-r--r-- | games/xmoto/files/patch-tim_png.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xmoto/files/patch-tim_png.cpp b/games/xmoto/files/patch-tim_png.cpp new file mode 100644 index 000000000000..b91bbbb515cb --- /dev/null +++ b/games/xmoto/files/patch-tim_png.cpp @@ -0,0 +1,10 @@ +--- src/image/tim_png.cpp.orig 2012-04-25 06:16:33.000000000 +0200 ++++ src/image/tim_png.cpp 2012-04-25 06:16:57.000000000 +0200 +@@ -26,6 +26,7 @@ + #include <string.h> + #include "tim.h" + #include "png.h" ++#include "zlib.h" + + /*============================================================================== + Types |