mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
testsuite: include pthread.h in thread testfile
https://bugzilla.gnome.org/show_bug.cgi?id=766407
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
#ifdef THREADS_POSIX
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
static gpointer
|
||||
thread1_func (gpointer data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user