diff options
Diffstat (limited to 'glib/gthreadprivate.h')
-rw-r--r-- | glib/gthreadprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h index 30357d7cc..fdd803a5d 100644 --- a/glib/gthreadprivate.h +++ b/glib/gthreadprivate.h @@ -59,6 +59,7 @@ G_GNUC_INTERNAL void _g_main_thread_init (void); G_GNUC_INTERNAL void _g_atomic_thread_init (void); G_GNUC_INTERNAL void _g_utils_thread_init (void); G_GNUC_INTERNAL void _g_futex_thread_init (void); +G_GNUC_INTERNAL void _g_thread_impl_init (void); #ifdef G_OS_WIN32 G_GNUC_INTERNAL void _g_win32_thread_init (void); |