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 69c15e9..17d737c 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>