blob: 939f7e601ae268356ac6e411917197fe3d82697a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- image.cxx.orig 2006-11-18 13:56:11 UTC
+++ image.cxx
@@ -92,6 +92,7 @@ extern "C" {
#ifdef HAVE_LIBPNG
# include <png.h>
+# include <zlib.h>
#endif // HAVE_LIBPNG
|