[glib] Try again to fix the freebsd build



commit 93cda800f1dab6ecbecb4ac247b8c079ff7fca14
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 20 07:33:27 2014 -0500

    Try again to fix the freebsd build
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722526

 glib/deprecated/gthread.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/deprecated/gthread.h b/glib/deprecated/gthread.h
index 25dfb21..500f72f 100644
--- a/glib/deprecated/gthread.h
+++ b/glib/deprecated/gthread.h
@@ -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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]