fix stupid thinko
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 12 Jan 2007 19:23:27 +0000 (19:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 12 Jan 2007 19:23:27 +0000 (19:23 +0000)
svn path=/trunk/; revision=5252

glib/gthread.c

index 69c15e958048dd857b8f77e6de4af438d82dc488..17d737cc8a13e337c9a1f571a6d4dc8412dc973c 100644 (file)
 #endif
 
 #ifndef G_OS_WIN32
-#include <windows.h>
 #include <sys/time.h>
 #include <time.h>
+#else
+#include <windows.h>
 #endif /* G_OS_WIN32 */
 
 #include <string.h>