mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +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…
Reference in New Issue
Block a user