summaryrefslogtreecommitdiff
path: root/ext/spl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl')
-rwxr-xr-xext/spl/spl_sxe.c2
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) /* {{{ */
{