From: Matthias Clasen Date: Fri, 12 Jan 2007 19:23:27 +0000 (+0000) Subject: fix stupid thinko X-Git-Tag: GLIB_2_13_0~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edf06d642d71a83610998a42b2be989a33ef5e8d;p=platform%2Fupstream%2Fglib.git fix stupid thinko svn path=/trunk/; revision=5252 --- diff --git a/glib/gthread.c b/glib/gthread.c index 69c15e9..17d737c 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -42,9 +42,10 @@ #endif #ifndef G_OS_WIN32 -#include #include #include +#else +#include #endif /* G_OS_WIN32 */ #include