diff options
Diffstat (limited to 'ext/spl')
-rwxr-xr-x | ext/spl/spl_sxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_sxe.c b/ext/spl/spl_sxe.c index 6d856cc876..791de4ef90 100755 --- a/ext/spl/spl_sxe.c +++ b/ext/spl/spl_sxe.c @@ -35,7 +35,7 @@ zend_class_entry *spl_ce_SimpleXMLIterator = NULL; #if HAVE_LIBXML && HAVE_SIMPLEXML -#include "ext/simplexml/simplexml.h" +#include "ext/simplexml/php_simplexml_exports.h" SPL_METHOD(SimpleXMLIterator, rewind) /* {{{ */ { |