We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd040bf commit d5e14d0Copy full SHA for d5e14d0
Modules/expat/expat_external.h
@@ -39,8 +39,6 @@
39
40
#ifndef Expat_External_INCLUDED
41
# define Expat_External_INCLUDED 1
42
-/* Required so that functions in expat.h are declared */
43
-#include "expat_config.h"
44
/* Namespace external symbols to allow multiple libexpat version to
45
co-exist. */
46
#include "pyexpatns.h"
Modules/pyexpat.c
@@ -9,6 +9,8 @@
9
10
#include <stdbool.h>
11
#include <stddef.h> // offsetof()
12
+
13
+#include "expat_config.h"
14
#include "expat.h"
15
#include "pyexpat.h"
16
0 commit comments