diff --git a/glib/tests/thread.c b/glib/tests/thread.c index fe2aca0c7..0b83bdf04 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) {