mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
#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:
parent
a495d32f36
commit
3be6b6e4f9
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user