[poppler] poppler/PreScanOutputDev.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Jun 13 10:57:48 PDT 2011
poppler/PreScanOutputDev.cc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f5d2ddd13d27078355dee63207671885bf9b0926
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Jun 13 18:57:29 2011 +0100
We need to include config.h here
Fixes crash after patch to fix bug 13518
diff --git a/poppler/PreScanOutputDev.cc b/poppler/PreScanOutputDev.cc
index 239aef8..c0b23b7 100644
--- a/poppler/PreScanOutputDev.cc
+++ b/poppler/PreScanOutputDev.cc
@@ -23,6 +23,8 @@
//
//========================================================================
+#include <config.h>
+
#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
More information about the poppler
mailing list