diff options
Diffstat (limited to 'graphics/exrtools/files/patch-pngoutput.c')
-rw-r--r-- | graphics/exrtools/files/patch-pngoutput.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/exrtools/files/patch-pngoutput.c b/graphics/exrtools/files/patch-pngoutput.c new file mode 100644 index 000000000000..b3dab36ac666 --- /dev/null +++ b/graphics/exrtools/files/patch-pngoutput.c @@ -0,0 +1,10 @@ +--- src/pngoutput.c.orig 2003-12-08 18:33:27.000000000 +0100 ++++ src/pngoutput.c 2012-04-25 06:41:11.000000000 +0200 +@@ -27,6 +27,7 @@ + #include <errno.h> + #include <string.h> + #include <png.h> ++#include <zlib.h> + #include "pngoutput.h" + + struct pngoutput_s |