diff options
Diffstat (limited to 'Include/enumobject.h')
-rw-r--r-- | Include/enumobject.h | 1 |
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 } |