commit | 922d8ff8036c2916471163c78010d8deab9eefc2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 12 11:31:04 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 12 11:31:04 1995 +0000 |
tree | 7bac9d8865f302d359dc2836baf725d804db9957 | |
parent | a3c04b003f802ca676d6fb777751ae3e0ecc04a4 [diff] |
Include rename2.h
diff --git a/Python/getmtime.c b/Python/getmtime.c index f5de0fa..fde6a3b 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c
@@ -32,6 +32,7 @@ #include <sys/types.h> #include <sys/stat.h> +#include "rename2.h" long getmtime(path)