X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-test-main.c;h=f6ef7821d55999e6469b3c0fd74761b419091950;hb=3ccb027c907f9ee2890028e83b60296204bbf478;hp=e7fcc67b37033401fa4a33082151091dd7ecf084;hpb=d012387afef0ba02185ebe27bc6bb15551912e92;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-test-main.c b/dbus/dbus-test-main.c index e7fcc67..f6ef782 100644 --- a/dbus/dbus-test-main.c +++ b/dbus/dbus-test-main.c @@ -17,16 +17,19 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ +#include #include "dbus-types.h" #include "dbus-test.h" #include #include +#if HAVE_LOCALE_H #include +#endif int main (int argc, @@ -35,8 +38,9 @@ main (int argc, const char *test_data_dir; const char *specific_test; +#if HAVE_SETLOCALE setlocale(LC_ALL, ""); - +#endif if (argc > 1) test_data_dir = argv[1];