From 23537b22f4c7e6918bca9a84036c33b0cafdcf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 10 Jul 2012 10:50:19 +0100 Subject: [PATCH] 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 3efb0c617a..1b5dfaa920 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);