diff options
Diffstat (limited to 'Objects/call.c')
-rw-r--r-- | Objects/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/call.c b/Objects/call.c index 707b49a67e..7c452b99d1 100644 --- a/Objects/call.c +++ b/Objects/call.c @@ -1,5 +1,5 @@ #include "Python.h" -#include "pycore_state.h" +#include "pycore_pystate.h" #include "frameobject.h" |