From 93cda800f1dab6ecbecb4ac247b8c079ff7fca14 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 20 Jan 2014 07:33:27 -0500 Subject: [PATCH] Try again to fix the freebsd build https://bugzilla.gnome.org/show_bug.cgi?id=722526 --- glib/deprecated/gthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/deprecated/gthread.h b/glib/deprecated/gthread.h index 25dfb21..500f72f 100644 --- a/glib/deprecated/gthread.h +++ b/glib/deprecated/gthread.h @@ -120,7 +120,7 @@ void g_thread_foreach (GFunc thread_func, gpointer user_data); #ifndef G_OS_WIN32 -#include +#include #include #endif -- 2.7.4