summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-09-15 13:25:49 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-09-15 13:25:49 +0200
commitb820a7b2ff26c32f1cf9d2e594fd01e0b303387f (patch)
tree88497fe44bf3361fd39648690ca88ef85b58ac14
parent7eb255e9dbb5a0331708e59599750da6f3f4b448 (diff)
parentae46e20879f8aa68cc86ee20d8cc21a8a1d6f311 (diff)
downloadphp-git-b820a7b2ff26c32f1cf9d2e594fd01e0b303387f.tar.gz
Merge branch 'PHP-7.3'
* PHP-7.3: Fix #76886: Can't build xmlrpc with expat
-rw-r--r--ext/xml/expat_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h
index b8fd4b2a59..bd746b6083 100644
--- a/ext/xml/expat_compat.h
+++ b/ext/xml/expat_compat.h
@@ -152,6 +152,7 @@ PHP_XML_API const XML_Char *XML_ExpatVersion(void);
PHP_XML_API void XML_ParserFree(XML_Parser);
#elif defined(HAVE_LIBEXPAT)
+#include "php.h"
#include <expat.h>
#endif /* HAVE_LIBEXPAT */