summaryrefslogtreecommitdiff
path: root/graphics/tiff2png/files/patch-tiff2png.c
blob: ba385e7a7f0172341cf08a2608a77f4a240962c8 (plain)
1
2
3
4
5
6
7
8
9
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