From: Matthias Clasen Date: Fri, 12 Jan 2007 19:23:27 +0000 (+0000) Subject: fix stupid thinko X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=edf06d642d71a83610998a42b2be989a33ef5e8d;p=dana%2Fcg-glib.git fix stupid thinko svn path=/trunk/; revision=5252 --- diff --git a/glib/gthread.c b/glib/gthread.c index 69c15e95..17d737cc 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