diff options
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index c6872522cd..d5e3bad988 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -20,6 +20,10 @@ /* $Id$ */ #define IS_EXT_MODULE +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #define PHP_XML_INTERNAL |