diff options
author | ka <kai.ahrens@oracle.com> | 2011-03-28 04:04:23 +0200 |
---|---|---|
committer | ka <kai.ahrens@oracle.com> | 2011-03-28 04:04:23 +0200 |
commit | 00821810ffe759d3207b377e987e20301fdd9919 (patch) | |
tree | cd6114ea88828b7144d99a5d650339775af1c804 /sdext | |
parent | ec552c26abaa80dacb9f9b452d5b60dcfa8abd28 (diff) |
rsvglibs: minor adjustments wrt. new/updated external libs
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx index 0c3497abcbad..411989ecce9c 100644 --- a/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx @@ -33,6 +33,7 @@ #ifdef SYSTEM_ZLIB #include "zlib.h" #else +#define ZLIB_INTERNAL 1 #include <zlib/zlib.h> #endif |