diff options
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <i86.h> #else #ifdef MS_WINDOWS -include <windows.h> +#include <windows.h> #ifdef MS_WIN16 /* These overrides not needed for Win32 */ #define timezone _timezone |