diff options
Diffstat (limited to 'Python/context.c')
-rw-r--r-- | Python/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/context.c b/Python/context.c index 1fb2a5de2b..b548ffee3b 100644 --- a/Python/context.c +++ b/Python/context.c @@ -1,7 +1,7 @@ #include "Python.h" #include "structmember.h" -#include "pycore_state.h" +#include "pycore_pystate.h" #include "pycore_context.h" #include "pycore_hamt.h" |