summaryrefslogtreecommitdiffstats
path: root/Include/enumobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/enumobject.h')
-rw-r--r--Include/enumobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/enumobject.h b/Include/enumobject.h
index 053fb72..c14dbfc 100644
--- a/Include/enumobject.h
+++ b/Include/enumobject.h
@@ -8,6 +8,7 @@ extern "C" {
#endif
PyAPI_DATA(PyTypeObject) PyEnum_Type;
+PyAPI_DATA(PyTypeObject) PyReversed_Type;
#ifdef __cplusplus
}