diff options
Diffstat (limited to 'graphics/leptonica/files/patch-pngio.c')
-rw-r--r-- | graphics/leptonica/files/patch-pngio.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/leptonica/files/patch-pngio.c b/graphics/leptonica/files/patch-pngio.c new file mode 100644 index 000000000000..70c02ed57047 --- /dev/null +++ b/graphics/leptonica/files/patch-pngio.c @@ -0,0 +1,10 @@ +--- src/pngio.c.orig 2011-02-01 06:41:12.000000000 +0100 ++++ src/pngio.c 2012-05-04 12:33:51.000000000 +0200 +@@ -107,6 +107,7 @@ + /* --------------------------------------------*/ + + #include "png.h" ++#include "zlib.h" + + /* ----------------Set defaults for read/write options ----------------- */ + /* strip 16 bpp --> 8 bpp on reading png; default is for stripping */ |