diff -Naur poppler-0.5.9-old/poppler/CharCodeToUnicode.h poppler-0.5.9/poppler/CharCodeToUnicode.h --- poppler-0.5.9-old/poppler/CharCodeToUnicode.h 2007-06-11 09:52:00.000000000 +0200 +++ poppler-0.5.9/poppler/CharCodeToUnicode.h 2007-06-11 09:52:30.000000000 +0200 @@ -19,7 +19,7 @@ #include "CharTypes.h" #if MULTITHREADED -#include +#include "goo/GooMutex.h" #endif struct CharCodeToUnicodeString; diff -Naur poppler-0.5.9-old/poppler/CMap.h poppler-0.5.9/poppler/CMap.h --- poppler-0.5.9-old/poppler/CMap.h 2007-06-11 09:52:00.000000000 +0200 +++ poppler-0.5.9/poppler/CMap.h 2007-06-11 09:52:59.000000000 +0200 @@ -18,7 +18,7 @@ #include "CharTypes.h" #if MULTITHREADED -#include +#include "goo/GooMutex.h" #endif class GooString; diff -Naur poppler-0.5.9-old/poppler/GlobalParams.h poppler-0.5.9/poppler/GlobalParams.h --- poppler-0.5.9-old/poppler/GlobalParams.h 2007-06-11 09:52:00.000000000 +0200 +++ poppler-0.5.9/poppler/GlobalParams.h 2007-06-11 09:53:24.000000000 +0200 @@ -20,7 +20,7 @@ #include "CharTypes.h" #if MULTITHREADED -#include +#include "goo/GooMutex.h" #endif class GooString; diff -Naur poppler-0.5.9-old/poppler/PageLabelInfo.h poppler-0.5.9/poppler/PageLabelInfo.h --- poppler-0.5.9-old/poppler/PageLabelInfo.h 2007-06-11 09:52:00.000000000 +0200 +++ poppler-0.5.9/poppler/PageLabelInfo.h 2007-06-11 09:53:54.000000000 +0200 @@ -4,9 +4,9 @@ #include #include -#include -#include -#include +#include "goo/gtypes.h" +#include "goo/GooList.h" +#include "goo/GooString.h" #include class PageLabelInfo { diff -Naur poppler-0.5.9-old/poppler/UnicodeMap.h poppler-0.5.9/poppler/UnicodeMap.h --- poppler-0.5.9-old/poppler/UnicodeMap.h 2007-06-11 09:52:00.000000000 +0200 +++ poppler-0.5.9/poppler/UnicodeMap.h 2007-06-11 09:54:14.000000000 +0200 @@ -20,7 +20,7 @@ #include "CharTypes.h" #if MULTITHREADED -#include +#include "goo/GooMutex.h" #endif class GooString;