Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-factory.c')
-rw-r--r--backend/ev-document-factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c
index 78be656..348cb80 100644
--- a/backend/ev-document-factory.c
+++ b/backend/ev-document-factory.c
@@ -25,8 +25,9 @@
#include "ev-document-factory.h"
/* The various document type backends: */
+#ifdef ENABLE_PDF
#include "ev-poppler.h"
-
+#endif
#ifdef ENABLE_PS
#include "ps-document.h"
#endif