diff options
Diffstat (limited to 'print/libharu/files/patch-hpdf_image_png.c')
-rw-r--r-- | print/libharu/files/patch-hpdf_image_png.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/libharu/files/patch-hpdf_image_png.c b/print/libharu/files/patch-hpdf_image_png.c new file mode 100644 index 000000000000..57f59185f63d --- /dev/null +++ b/print/libharu/files/patch-hpdf_image_png.c @@ -0,0 +1,10 @@ +--- src/hpdf_image_png.c.orig 2010-02-08 10:27:51.000000000 +0100 ++++ src/hpdf_image_png.c 2012-05-06 06:53:50.000000000 +0200 +@@ -21,6 +21,7 @@ + + #ifndef LIBHPDF_HAVE_NOPNGLIB + #include <png.h> ++#include <pngpriv.h> + + static void + PngErrorFunc (png_structp png_ptr, |