diff options
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index ce315a1bea..181a208fd7 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -35,11 +35,11 @@ #if HAVE_XML -int xml_parser_inited = 0; - #include "php_xml.h" # include "ext/standard/head.h" +PHP_XML_API int xml_parser_inited = 0; + /* Short-term TODO list: * - Implement XML_ExternalEntityParserCreate() * - XML_SetCommentHandler |