Magellan Linux

Contents of /trunk/poppler/patches/poppler-0.16.0-fix-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1248 - (show annotations) (download)
Wed Jan 12 13:35:01 2011 UTC (13 years, 3 months ago) by niro
File size: 402 byte(s)
-build fix
1 diff -Naur poppler-0.16.0/goo/PNGWriter.cc poppler-0.16.0-magellan/goo/PNGWriter.cc
2 --- poppler-0.16.0/goo/PNGWriter.cc 2010-07-24 01:18:28.000000000 +0200
3 +++ poppler-0.16.0-magellan/goo/PNGWriter.cc 2011-01-12 14:47:16.000000000 +0100
4 @@ -13,6 +13,7 @@
5 //========================================================================
6
7 #include "PNGWriter.h"
8 +#include <zlib.h>
9
10 #ifdef ENABLE_LIBPNG
11