diff options
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r-- | Python/getmtime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c index a54d3b4..793c663 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -37,10 +37,9 @@ PERFORMANCE OF THIS SOFTWARE. #include <sys/types.h> #include <sys/stat.h> -#include "rename2.h" long -getmtime(path) +PyOS_GetLastModificationTime(path) char *path; { struct stat st; |