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:
eb17516
)
gthread-deprecated.c: Include gutils.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 6 Oct 2011 07:12:22 +0000
(15:12 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 6 Oct 2011 07:12:22 +0000
(15:12 +0800)
This is needed for declaration of inline.
glib/deprecated/gthread-deprecated.c
patch
|
blob
|
history
diff --git
a/glib/deprecated/gthread-deprecated.c
b/glib/deprecated/gthread-deprecated.c
index
096ffcb
..
2b322d6
100644
(file)
--- a/
glib/deprecated/gthread-deprecated.c
+++ b/
glib/deprecated/gthread-deprecated.c
@@
-30,6
+30,8
@@
#include "gthreadprivate.h"
#include "deprecated/gthread.h"
+#include "gutils.h"
+
/* {{{1 Documentation */
/**