summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-01 22:48:16 -0700
committerBenjamin Peterson <benjamin@python.org>2019-07-01 22:48:16 -0700
commit29d6905826d4417426e70f6209ca5e0db7921685 (patch)
tree5e8d019d1daaab35adc3a4b01fb837c178b6515f
parenta1093e4dee9dd05cf3a844349c94fed52c4ebd89 (diff)
downloadcpython-git-29d6905826d4417426e70f6209ca5e0db7921685.tar.gz
Put pyexpatns.h include back. bpo-37437 (GH-14542)
(cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421) Co-authored-by: Benjamin Peterson <benjamin@python.org>
-rw-r--r--Modules/expat/expat_external.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h
index 875225d77e..fc63c2228d 100644
--- a/Modules/expat/expat_external.h
+++ b/Modules/expat/expat_external.h
@@ -81,6 +81,10 @@
# endif
#endif /* not defined XMLCALL */
+/* Namespace external symbols to allow multiple libexpat version to
+ co-exist. */
+#include "pyexpatns.h"
+
#if !defined(XML_STATIC) && !defined(XMLIMPORT)
# ifndef XML_BUILDING_EXPAT