projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2efc2ef
)
Try again to fix the freebsd build
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 20 Jan 2014 12:33:27 +0000
(07:33 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/glib/deprecated/gthread.h
b/glib/deprecated/gthread.h
index 25dfb217f5e05b2a3fd7ccf8191fc25e59160e7a..500f72f128faf24dc7fbec2fb21634ebfb820501 100644
(file)
--- 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