From 9fc57a384825530635ef5ec093a31d864ea14f7c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 7 Nov 2018 00:44:03 +0100 Subject: bpo-35081: Add pycore_fileutils.h (GH-10371) Move Py_BUILD_CORE code from Include/fileutils.h to a new Include/internal/pycore_fileutils.h file. --- Modules/getpath.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/getpath.c') diff --git a/Modules/getpath.c b/Modules/getpath.c index 0e210710ec..6b443f62b0 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -2,6 +2,7 @@ #include "Python.h" #include "osdefs.h" +#include "pycore_fileutils.h" #include "pycore_pathconfig.h" #include "pycore_state.h" -- cgit v1.2.1