Put pyexpatns.h include back. bpo-37437 (GH-14539)
This commit is contained in:
parent
e226e83d36
commit
2cd07920bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue