poppler/PreScanOutputDev.cc |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f5d2ddd13d27078355dee63207671885bf9b0926
Author: Albert Astals Cid <[email protected]>
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
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to