summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 11:31:04 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 11:31:04 (GMT)
commit922d8ff8036c2916471163c78010d8deab9eefc2 (patch)
tree7bac9d8865f302d359dc2836baf725d804db9957 /Python
parenta3c04b003f802ca676d6fb777751ae3e0ecc04a4 (diff)
downloadcpython-922d8ff8036c2916471163c78010d8deab9eefc2.zip
cpython-922d8ff8036c2916471163c78010d8deab9eefc2.tar.gz
cpython-922d8ff8036c2916471163c78010d8deab9eefc2.tar.bz2
Include rename2.h
Diffstat (limited to 'Python')
-rw-r--r--Python/getmtime.c1
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)