--- xpdf-3.00/configure.orig 2004-01-22 03:26:44 +0200 +++ xpdf-3.00/configure 2004-11-16 13:41:17 +0200 @@ -9124,7 +9124,8 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -#include <$ac_header> +#include +#include FT_FREETYPE_H _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 @@ -9159,7 +9160,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include <$ac_header> +#include +#include FT_FREETYPE_H _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 --- xpdf-3.00/splash/SplashFTFontEngine.h.orig 2004-01-22 03:26:44 +0200 +++ xpdf-3.00/splash/SplashFTFontEngine.h 2004-11-16 13:52:33 +0200 @@ -15,7 +15,8 @@ #pragma interface #endif -#include +#include +#include FT_FREETYPE_H #include "gtypes.h" class SplashFontFile; --- xpdf-3.00/splash/SplashFTFontFile.h.orig 2004-01-22 03:26:44 +0200 +++ xpdf-3.00/splash/SplashFTFontFile.h 2004-11-16 13:52:04 +0200 @@ -15,7 +15,8 @@ #pragma interface #endif -#include +#include +#include FT_FREETYPE_H #include "SplashFontFile.h" class SplashFontFileID; --- xpdf-3.00/splash/SplashFTFont.h.orig 2004-01-22 03:26:44 +0200 +++ xpdf-3.00/splash/SplashFTFont.h 2004-11-16 13:49:53 +0200 @@ -15,7 +15,8 @@ #pragma interface #endif -#include +#include +#include FT_FREETYPE_H #include "SplashFont.h" class SplashFTFontFile;