Renamed thread.h to pythread.h.
diff --git a/Modules/stdwinmodule.c b/Modules/stdwinmodule.c
index 27ffdb2..c24b3ef 100644
--- a/Modules/stdwinmodule.c
+++ b/Modules/stdwinmodule.c
@@ -85,7 +85,7 @@
 
 #ifdef WITH_THREAD
 
-#include "thread.h"
+#include "pythread.h"
 
 static type_lock StdwinLock; /* Lock held when interpreter not locked */