From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 2 Jul 2019 05:26:40 +0000 (-0700) Subject: Put pyexpatns.h include back. bpo-37437 (GH-14539) X-Git-Tag: v3.8.0b2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bd5479f8aba2687f4b8de735b1de50ef1405f19;p=thirdparty%2FPython%2Fcpython.git Put pyexpatns.h include back. bpo-37437 (GH-14539) (cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421) Co-authored-by: Benjamin Peterson --- diff --git a/Modules/expat/expat_external.h b/Modules/expat/expat_external.h index 875225d77e50..fc63c2228d3e 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