From: Alejandro PiƱeiro Date: Tue, 19 Feb 2013 11:05:08 +0000 (+0100) Subject: atkobject: add a explicit include to locale.h X-Git-Tag: ATK_2_7_91~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=143344d94dd6b02ba5a2a164161de6acb21d8872;p=platform%2Fupstream%2Fatk.git atkobject: add a explicit include to locale.h 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. --- diff --git a/atk/atkobject.c b/atk/atkobject.c index 26e6c2f..ea0df36 100755 --- a/atk/atkobject.c +++ b/atk/atkobject.c @@ -18,6 +18,7 @@ */ #include +#include #include