diff --git a/src/expat/lib/xmlparse.c b/src/expat/lib/xmlparse.c index c55c768002..6c75b135d8 100644 --- a/src/expat/lib/xmlparse.c +++ b/src/expat/lib/xmlparse.c @@ -17,7 +17,7 @@ #else -#include +#include "expat_config.h" #ifdef __declspec #define XMLPARSEAPI(type) type __cdecl diff --git a/src/expat/lib/xmlrole.c b/src/expat/lib/xmlrole.c index 8ef185d54e..5f46ddfcd2 100644 --- a/src/expat/lib/xmlrole.c +++ b/src/expat/lib/xmlrole.c @@ -7,7 +7,7 @@ #elif defined(MACOS_CLASSIC) #include "macconfig.h" #else -#include +#include "expat_config.h" #endif /* ndef COMPILED_FROM_DSP */ #include "internal.h" diff --git a/src/expat/lib/xmltok.c b/src/expat/lib/xmltok.c index 5f101afe87..dc15e54edc 100644 --- a/src/expat/lib/xmltok.c +++ b/src/expat/lib/xmltok.c @@ -7,7 +7,7 @@ #elif defined(MACOS_CLASSIC) #include "macconfig.h" #else -#include +#include "expat_config.h" #endif /* ndef COMPILED_FROM_DSP */ #include "internal.h"