summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lie <bjorn.lie@gmail.com>2012-07-10 10:50:19 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-07-10 10:50:19 +0100
commit23537b22f4c7e6918bca9a84036c33b0cafdcf67 (patch)
treefb0b4372c15a2c6fe12633fc5d73ab198c80a3b3
parent3f2ad30e9b2d1b3dc2d9c450f832fc2e050fe77b (diff)
Don't include glib/gthread.h directly
https://bugzilla.gnome.org/show_bug.cgi?id=679205
-rw-r--r--gstreamer-sharp/glue/glib.c2
1 files changed, 1 insertions, 1 deletions
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 <glib/gthread.h>
+#include <glib.h>
gboolean gstglibsharp_g_thread_supported (void);