From: Ryan Lortie Date: Thu, 13 Oct 2011 03:25:12 +0000 (-0400) Subject: tests: don't #include on win32 X-Git-Tag: 2.31.0~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f970dfc73471f2108bc21c10e4714eafea70315c;p=platform%2Fupstream%2Fglib.git tests: don't #include on win32 --- diff --git a/glib/tests/thread.c b/glib/tests/thread.c index fe2aca0..0b83bdf 100644 --- a/glib/tests/thread.c +++ b/glib/tests/thread.c @@ -23,12 +23,15 @@ #include #include -#include #include #include #include +#ifndef G_OS_WIN32 +#include +#endif + static gpointer thread1_func (gpointer data) {