1 diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
2 index 1f6d25e..087c3fb 100644
3 --- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
4 +++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h
8 #include <wtf/gtk/GOwnPtr.h>
9 -typedef struct _GMutex GMutex;
10 +typedef union _GMutex GMutex;
11 typedef struct _GCond GCond;