summaryrefslogtreecommitdiffstats
path: root/Modules/_abc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_abc.c')
-rw-r--r--Modules/_abc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_abc.c b/Modules/_abc.c
index 997b618..9694331 100644
--- a/Modules/_abc.c
+++ b/Modules/_abc.c
@@ -7,6 +7,7 @@
#include "pycore_moduleobject.h" // _PyModule_GetState()
#include "pycore_object.h" // _PyType_GetSubclasses()
#include "pycore_runtime.h" // _Py_ID()
+#include "pycore_typeobject.h" // _PyType_GetMRO()
#include "clinic/_abc.c.h"
/*[clinic input]