summaryrefslogtreecommitdiffstats
path: root/Include/pytypedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pytypedefs.h')
-rw-r--r--Include/pytypedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pytypedefs.h b/Include/pytypedefs.h
index 5dd841e..e78ed56 100644
--- a/Include/pytypedefs.h
+++ b/Include/pytypedefs.h
@@ -10,6 +10,7 @@ extern "C" {
#endif
typedef struct PyModuleDef PyModuleDef;
+typedef struct PyModuleDef_Slot PyModuleDef_Slot;
typedef struct PyMethodDef PyMethodDef;
typedef struct PyGetSetDef PyGetSetDef;
typedef struct PyMemberDef PyMemberDef;