testsuite: include pthread.h in thread testfile

https://bugzilla.gnome.org/show_bug.cgi?id=766407
This commit is contained in:
Руслан Ижбулатов 2016-05-14 01:17:26 +00:00
parent 89d8dc979b
commit 36c47f2a55

View File

@ -37,6 +37,10 @@
#include <sys/resource.h>
#endif
#ifdef THREADS_POSIX
#include <pthread.h>
#endif
static gpointer
thread1_func (gpointer data)
{