From 23537b22f4c7e6918bca9a84036c33b0cafdcf67 Mon Sep 17 00:00:00 2001 From: Bjørn Lie Date: Tue, 10 Jul 2012 10:50:19 +0100 Subject: Don't include glib/gthread.h directly https://bugzilla.gnome.org/show_bug.cgi?id=679205 --- gstreamer-sharp/glue/glib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer-sharp/glue/glib.c b/gstreamer-sharp/glue/glib.c index 3efb0c6..1b5dfaa 100644 --- a/gstreamer-sharp/glue/glib.c +++ b/gstreamer-sharp/glue/glib.c @@ -20,7 +20,7 @@ */ -#include +#include gboolean gstglibsharp_g_thread_supported (void); -- cgit v1.2.3