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/simplexml/simplexml.c | |
| parent | a7974a876e6a637ab03b256db9b16ac826905b26 (diff) | |
| download | php-git-b0620b27be1975e71c752f90e6e5de7aa517f784.tar.gz | |
Rename header to prevent name clashes with external files
Diffstat (limited to 'ext/simplexml/simplexml.c')
| -rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 71e5469795..0de4f05fd4 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -31,7 +31,7 @@ #include "ext/standard/info.h" #include "ext/standard/php_string.h" #include "php_simplexml.h" -#include "simplexml.h" +#include "php_simplexml_exports.h" #include "zend_default_classes.h" #include "zend_interfaces.h" #if HAVE_SPL && !defined(COMPILE_DL_SPL) |
