projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8187230
)
fix stupid thinko
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 12 Jan 2007 19:23:27 +0000
(19:23 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 12 Jan 2007 19:23:27 +0000
(19:23 +0000)
svn path=/trunk/; revision=5252
glib/gthread.c
patch
|
blob
|
history
diff --git
a/glib/gthread.c
b/glib/gthread.c
index 69c15e958048dd857b8f77e6de4af438d82dc488..17d737cc8a13e337c9a1f571a6d4dc8412dc973c 100644
(file)
--- a/
glib/gthread.c
+++ b/
glib/gthread.c
@@
-42,9
+42,10
@@
#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>