diff options
author | Albert Astals Cid <aacid@kde.org> | 2011-08-21 23:42:53 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2011-08-21 23:42:53 +0200 |
commit | ade53277546cef4ba19d982518c0cd83a4bb9c12 (patch) | |
tree | 321df4cf40146e205feab25e12ea7a488a7a60e2 /utils | |
parent | 6166c3a37a4d6307d4f23ee272ea07c95bbba74a (diff) |
Move HAVE_STDINT_H use to a private header
This way we do not need to expose it in poppler-config.h since gtypes.h is a half public header
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pdftocairo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc index 193854db..f86b10f1 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -39,6 +39,7 @@ #include "parseargs.h" #include "goo/gmem.h" #include "goo/gtypes.h" +#include "goo/gtypes_p.h" #include "goo/GooString.h" #include "goo/ImgWriter.h" #include "goo/JpegWriter.h" |