Fix typo in RISCOS patch inside MS #ifdef.  (Probably my own fingers.)
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 @@
 #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