Fix expat_compat.h path used in #include

Using ext/xml/expat_compat.h does not work if the extension is
compiled out-of-tree.
This commit is contained in:
Tom Van Looy 2018-02-20 19:57:48 +01:00 committed by Nikita Popov
parent 2842aa2a07
commit 7f4327bc24

View File

@ -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!"