diff --git a/expat/xmlwf/xmlfile.c b/expat/xmlwf/xmlfile.c index f73cc0cb..edbd216c 100755 --- a/expat/xmlwf/xmlfile.c +++ b/expat/xmlwf/xmlfile.c @@ -8,6 +8,11 @@ See the file COPYING for copying permission. #include #include #include +#ifdef COMPILED_FROM_DSP +#include "winconfig.h" +#else +#include "expat_config.h" +#endif #include "expat.h" #include "xmlfile.h" #include "xmltchar.h" @@ -17,7 +22,7 @@ See the file COPYING for copying permission. #include #endif -#ifdef _POSIX_SOURCE +#ifdef HAVE_UNISTD_H #include #endif