diff options
Diffstat (limited to 'graphics/tiff2png/files/patch-tiff2png.c')
-rw-r--r-- | graphics/tiff2png/files/patch-tiff2png.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/tiff2png/files/patch-tiff2png.c b/graphics/tiff2png/files/patch-tiff2png.c new file mode 100644 index 000000000000..ba385e7a7f01 --- /dev/null +++ b/graphics/tiff2png/files/patch-tiff2png.c @@ -0,0 +1,10 @@ +--- tiff2png.c.orig 2002-09-13 01:00:00.000000000 +0200 ++++ tiff2png.c 2012-04-27 07:10:32.000000000 +0200 +@@ -87,6 +87,7 @@ + # include "tiffcomp.h" /* not installed by default */ + #endif + #include "png.h" ++#include "zlib.h" + + #ifdef _MSC_VER /* works for MSVC 5.0; need finer tuning? */ + # define strcasecmp _stricmp |