Try again to fix the freebsd build

https://bugzilla.gnome.org/show_bug.cgi?id=722526
This commit is contained in:
Matthias Clasen 2014-01-20 07:33:27 -05:00
parent 2efc2ef775
commit 93cda800f1

View File

@ -120,7 +120,7 @@ void g_thread_foreach (GFunc thread_func,
gpointer user_data); gpointer user_data);
#ifndef G_OS_WIN32 #ifndef G_OS_WIN32
#include <time.h> #include <sys/types.h>
#include <pthread.h> #include <pthread.h>
#endif #endif