Try again to fix the freebsd build
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jan 2014 12:33:27 +0000 (07:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jan 2014 12:33:27 +0000 (07:33 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=722526

glib/deprecated/gthread.h

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