summaryrefslogtreecommitdiffstats
path: root/Python/getmtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r--Python/getmtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c
index c77782d..f0ac899 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -4,7 +4,7 @@
/* (A separate file because this may be OS dependent) */
#include "Python.h"
-#include "config.h"
+#include "pyconfig.h"
time_t
PyOS_GetLastModificationTime(char *path, FILE *fp)