From 922d8ff8036c2916471163c78010d8deab9eefc2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 12 Jan 1995 11:31:04 +0000 Subject: Include rename2.h --- Python/getmtime.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include "rename2.h" long getmtime(path) -- cgit v0.12