From aac29af6785712019d34f1a7f15b3c408a4f68ae Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 13 Oct 2021 19:25:53 +0200 Subject: bpo-45434: pyport.h no longer includes (GH-28914) Include explicitly in C files. Python.h includes . --- Python/fileutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/fileutils.c') diff --git a/Python/fileutils.c b/Python/fileutils.c index a36415946e..173d34dd23 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -3,6 +3,7 @@ #include "pycore_runtime.h" // _PyRuntime #include "osdefs.h" // SEP #include +#include // mbstowcs() #ifdef MS_WINDOWS # include -- cgit v1.2.1