diff options
author | Guido van Rossum <guido@python.org> | 1995-01-12 11:31:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-12 11:31:04 (GMT) |
commit | 922d8ff8036c2916471163c78010d8deab9eefc2 (patch) | |
tree | 7bac9d8865f302d359dc2836baf725d804db9957 /Python/getmtime.c | |
parent | a3c04b003f802ca676d6fb777751ae3e0ecc04a4 (diff) | |
download | cpython-922d8ff8036c2916471163c78010d8deab9eefc2.zip cpython-922d8ff8036c2916471163c78010d8deab9eefc2.tar.gz cpython-922d8ff8036c2916471163c78010d8deab9eefc2.tar.bz2 |
Include rename2.h
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r-- | Python/getmtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <sys/types.h> #include <sys/stat.h> +#include "rename2.h" long getmtime(path) |