summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-11-07 00:44:03 +0100
committerGitHub <noreply@github.com>2018-11-07 00:44:03 +0100
commit9fc57a384825530635ef5ec093a31d864ea14f7c (patch)
treeb081652318026bc437ddbbebff9ad2e59da5f454 /Python/fileutils.c
parentbccacd19fa7b56dcf2fbfab15992b6b94ab6666b (diff)
downloadcpython-git-9fc57a384825530635ef5ec093a31d864ea14f7c.tar.gz
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.
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c1
1 files changed, 1 insertions, 0 deletions
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>