summarylogtreecommitdiffstats
path: root/include-zlib.patch
diff options
context:
space:
mode:
authorArthur Zamarin2015-06-08 11:42:35 +0300
committerArthur Zamarin2015-06-08 11:42:35 +0300
commita98215a5cd2c2cc30e52036a99903c010b892f0a (patch)
tree95d3b3cda63d3dc15bd25f6e01666140ab872d08 /include-zlib.patch
downloadaur-a98215a5cd2c2cc30e52036a99903c010b892f0a.tar.gz
Initial Commit
Diffstat (limited to 'include-zlib.patch')
-rw-r--r--include-zlib.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/include-zlib.patch b/include-zlib.patch
new file mode 100644
index 000000000000..c7e77aba11c8
--- /dev/null
+++ b/include-zlib.patch
@@ -0,0 +1,11 @@
+diff -uNr warmux-11.04.orig/src/graphic/surface.cpp warmux-11.04/src/graphic/surface.cpp
+--- warmux-11.04.orig/src/graphic/surface.cpp 2011-09-19 09:26:52.392650465 +0200
++++ warmux-11.04/src/graphic/surface.cpp 2011-09-19 09:26:19.417648189 +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"