summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-18 23:35:13 +0000
committerMarcus Boerger <helly@php.net>2004-01-18 23:35:13 +0000
commitb0620b27be1975e71c752f90e6e5de7aa517f784 (patch)
treea8fa49166a49fbaac7c8e05f35346fab2b162f9c /ext/simplexml/simplexml.c
parenta7974a876e6a637ab03b256db9b16ac826905b26 (diff)
downloadphp-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.c2
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)