summarylogtreecommitdiffstats
path: root/png-miss-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'png-miss-header.patch')
-rw-r--r--png-miss-header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/png-miss-header.patch b/png-miss-header.patch
new file mode 100644
index 000000000000..90f82ba3b7ea
--- /dev/null
+++ b/png-miss-header.patch
@@ -0,0 +1,12 @@
+Index: SRC/renderer/OpenGlDevice.cpp
+===================================================================
+--- SRC/renderer/OpenGlDevice.cpp (revision 6236)
++++ SRC/renderer/OpenGlDevice.cpp (working copy)
+@@ -32,6 +32,7 @@
+ #ifdef _GLX
+ #define _PNG
+ #include <png.h>
++#include <zlib.h>
+ #endif
+
+ #include <iostream>