mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +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>
|
#include <sys/resource.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef THREADS_POSIX
|
||||||
|
#include <pthread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static gpointer
|
static gpointer
|
||||||
thread1_func (gpointer data)
|
thread1_func (gpointer data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user