diff options
Diffstat (limited to 'ext/xml/expat/xmlrole.c')
| -rw-r--r-- | ext/xml/expat/xmlrole.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/xml/expat/xmlrole.c b/ext/xml/expat/xmlrole.c index d81cba5a2f..d9a2367087 100644 --- a/ext/xml/expat/xmlrole.c +++ b/ext/xml/expat/xmlrole.c @@ -2,7 +2,11 @@     See the file COPYING for copying permission.  */ -#include <php_config.h> +#if PHP_WIN32 +#include "config.w32.h" +#else +#include "php_config.h" +#endif  #include "php_compat.h"  #ifdef COMPILED_FROM_DSP  | 
