diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/coreconfig.c | 1 | ||||
-rw-r--r-- | Python/fileutils.c | 1 | ||||
-rw-r--r-- | Python/pathconfig.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Python/coreconfig.c b/Python/coreconfig.c index b6fc33c3c9..c81cd8bab7 100644 --- a/Python/coreconfig.c +++ b/Python/coreconfig.c @@ -1,4 +1,5 @@ #include "Python.h" +#include "pycore_fileutils.h" #include "pycore_lifecycle.h" #include "pycore_mem.h" #include "pycore_pathconfig.h" diff --git a/Python/fileutils.c b/Python/fileutils.c index 2c4061e269..c9a8e58dd1 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -1,4 +1,5 @@ #include "Python.h" +#include "pycore_fileutils.h" #include "osdefs.h" #include <locale.h> diff --git a/Python/pathconfig.c b/Python/pathconfig.c index f8bcc2886a..2d8b417d31 100644 --- a/Python/pathconfig.c +++ b/Python/pathconfig.c @@ -3,6 +3,7 @@ #include "Python.h" #include "osdefs.h" #include "pycore_mem.h" +#include "pycore_fileutils.h" #include "pycore_pathconfig.h" #include "pycore_state.h" #include <wchar.h> |