summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-01 22:29:05 -0700
committerNed Deily <nad@python.org>2019-07-02 03:03:00 -0400
commit6348364ba5a76c66bd8a8e5466d7f9db435b88e3 (patch)
tree6b62846216d89fac09ccf04f4aa40a2004ba3c53
parent329a1d895425beb6360a06db5f45f1cffbe85c98 (diff)
downloadcpython-git-6348364ba5a76c66bd8a8e5466d7f9db435b88e3.tar.gz
Put pyexpatns.h include back. bpo-37437 (GH-14539)
(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