diff options
Diffstat (limited to 'textproc/htmldoc/files/patch-htmldoc__image.cxx')
-rw-r--r-- | textproc/htmldoc/files/patch-htmldoc__image.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htmldoc/files/patch-htmldoc__image.cxx b/textproc/htmldoc/files/patch-htmldoc__image.cxx new file mode 100644 index 000000000000..36d253bf3852 --- /dev/null +++ b/textproc/htmldoc/files/patch-htmldoc__image.cxx @@ -0,0 +1,10 @@ +--- ./htmldoc/image.cxx.orig 2013-08-09 04:53:39.000000000 +0200 ++++ ./htmldoc/image.cxx 2014-01-28 04:47:41.000000000 +0100 +@@ -44,6 +44,7 @@ + } + + #include <png.h> /* Portable Network Graphics (PNG) definitions */ ++#include <pngpriv.h> + + + /* |