diff options
Diffstat (limited to 'Python/symtable.c')
-rw-r--r-- | Python/symtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c index 9e2c0fb7294..b9c45de0a45 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -4,7 +4,7 @@ #include "pycore_pystate.h" // _PyThreadState_GET() #include "pycore_runtime.h" // _Py_ID() #include "pycore_symtable.h" // PySTEntryObject -#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString() +#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString #include <stddef.h> // offsetof() |