aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/future.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/future.c')
-rw-r--r--Python/future.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/future.c b/Python/future.c
index d56f7330964..0dbc7ede20f 100644
--- a/Python/future.c
+++ b/Python/future.c
@@ -1,5 +1,6 @@
#include "Python.h"
#include "pycore_ast.h" // _PyAST_GetDocString()
+#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"