aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_testmultiphase.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_testmultiphase.c')
-rw-r--r--Modules/_testmultiphase.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_testmultiphase.c b/Modules/_testmultiphase.c
index fdef06168bf..21c5f696a4f 100644
--- a/Modules/_testmultiphase.c
+++ b/Modules/_testmultiphase.c
@@ -6,6 +6,7 @@
#endif
#include "Python.h"
+#include "pycore_modsupport.h" // _PyArg_CheckPositional()
#include "pycore_namespace.h" // _PyNamespace_New()
/* State for testing module state access from methods */