mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
Don't include glib/gthread.h directly
https://bugzilla.gnome.org/show_bug.cgi?id=679205
This commit is contained in:
parent
3f2ad30e9b
commit
23537b22f4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <glib/gthread.h>
|
||||
#include <glib.h>
|
||||
|
||||
gboolean gstglibsharp_g_thread_supported (void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue