projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7faef68
)
atkobject: add a explicit include to locale.h
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Tue, 19 Feb 2013 11:05:08 +0000
(12:05 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Tue, 19 Feb 2013 11:05:08 +0000
(12:05 +0100)
Bug 694117 add a default implementation for
atk_object_get_object_locale that uses setlocale. It was
reported that in some environments compilation fails due
the lack of the explicit include to locale.h.
atk/atkobject.c
patch
|
blob
|
history
diff --git
a/atk/atkobject.c
b/atk/atkobject.c
index
26e6c2f
..
ea0df36
100755
(executable)
--- a/
atk/atkobject.c
+++ b/
atk/atkobject.c
@@
-18,6
+18,7
@@
*/
#include <string.h>
+#include <locale.h>
#include <glib-object.h>