From 258ccd41264f3a77a767553240641a90e3ab5f0b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 2 Mar 2001 06:53:29 +0000 Subject: Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) --- Modules/timemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index a58f155..c4a066f 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -40,7 +40,7 @@ extern int ftime(struct timeb *); #include #else #ifdef MS_WINDOWS -include +#include #ifdef MS_WIN16 /* These overrides not needed for Win32 */ #define timezone _timezone -- cgit v0.12