mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
testsuite: include pthread.h in thread testfile
https://bugzilla.gnome.org/show_bug.cgi?id=766407
This commit is contained in:
parent
89d8dc979b
commit
36c47f2a55
@ -37,6 +37,10 @@
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
#ifdef THREADS_POSIX
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
static gpointer
|
||||
thread1_func (gpointer data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user