summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c
index 19ead9d676..439bc35159 100644
--- a/Python/fileutils.c
+++ b/Python/fileutils.c
@@ -1,6 +1,6 @@
#include "Python.h"
#include "pycore_fileutils.h"
-#include "osdefs.h"
+#include "osdefs.h" // SEP
#include <locale.h>
#ifdef MS_WINDOWS