diff options
author | Marcus Boerger <helly@php.net> | 2004-01-18 23:35:13 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-18 23:35:13 +0000 |
commit | b0620b27be1975e71c752f90e6e5de7aa517f784 (patch) | |
tree | a8fa49166a49fbaac7c8e05f35346fab2b162f9c /ext/spl | |
parent | a7974a876e6a637ab03b256db9b16ac826905b26 (diff) | |
download | php-git-b0620b27be1975e71c752f90e6e5de7aa517f784.tar.gz |
Rename header to prevent name clashes with external files
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) /* {{{ */ { |