summaryrefslogtreecommitdiff
path: root/ext/xml/php_xml.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-03-23 22:04:18 +0100
committerNikita Popov <nikita.ppv@gmail.com>2018-03-23 22:04:18 +0100
commitc069adb4ba1438a7be3b8ecc91a0bf2bd7a4c2db (patch)
tree1755078aecbf142cfd0b9aa0300a27315d8fe473 /ext/xml/php_xml.h
parent543cab8a00f054bacd55633eeb312f7bbc1f5a21 (diff)
parent25ba60b1479eb332a7388732f3ee5467000fbe73 (diff)
downloadphp-git-c069adb4ba1438a7be3b8ecc91a0bf2bd7a4c2db.tar.gz
Merge branch 'PHP-7.2'
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r--ext/xml/php_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h
index e2174e5c87..637932f5d9 100644
--- a/ext/xml/php_xml.h
+++ b/ext/xml/php_xml.h
@@ -36,7 +36,7 @@ extern zend_module_entry xml_module_entry;
#ifdef HAVE_XML
-#include "ext/xml/expat_compat.h"
+#include "expat_compat.h"
#ifdef XML_UNICODE
#error "UTF-16 Unicode support not implemented!"