summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-06-13 18:50:40 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-06-13 18:50:40 +0000
commit948520cd529ce47d1970aae6a0b8058128e37c30 (patch)
treed0a3443ab2d9f08addd9509b6e50f3fa09e9dfcf /utils
parent825461e47b05595805e87a0d2960b07197c8da8b (diff)
* goo/FixedPoint.h
* goo/gmem.h * poppler/SecurityHandler.h * poppler/poppler-config.h.in * utils/ImageOutputDev.h: Patch by Axel Howind <Axel.Howind@htp-tel.de> - include USE_EXCEPTIONS and USE_FIXEDPOINT in poppler-config.h.in - fix typo (MULTITHREADED/MULTITHREADING) in poppler.config.h.in - change installed headers to include poppler-config.h instead of config.h - use <poppler/poppler-config.h> instead of <poppler-config.h> so that installed headers can be used without including .../include/poppler in the include path
Diffstat (limited to 'utils')
-rw-r--r--utils/ImageOutputDev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ImageOutputDev.h b/utils/ImageOutputDev.h
index 90c2e6f8..7583860b 100644
--- a/utils/ImageOutputDev.h
+++ b/utils/ImageOutputDev.h
@@ -9,7 +9,7 @@
#ifndef IMAGEOUTPUTDEV_H
#define IMAGEOUTPUTDEV_H
-#include <poppler-config.h>
+#include <poppler/poppler-config.h>
#ifdef USE_GCC_PRAGMAS
#pragma interface