#include <locale.h> to fix the build.

2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>

	* glib/gi18n.c: #include <locale.h> to fix the build.

svn path=/trunk/; revision=6888
This commit is contained in:
Kjartan Maraas 2008-05-13 15:33:09 +00:00 committed by Kjartan Maraas
parent a495d32f36
commit 3be6b6e4f9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-13 Kjartan Maraas <kmaraas@gnome.org>
* glib/gi18n.c: #include <locale.h> to fix the build.
2008-05-12 Yair Hershkovitz <yairhr@gmail.com>
* glib/gi18n.c (g_i18n_init): Coding convention fix. Space between

View File

@ -28,7 +28,8 @@
#include "galias.h"
#include "gmessages.h"
#include "galloca.h"
#include "string.h"
#include <string.h>
#include <locale.h>
static gboolean g_should_translate = TRUE;