#include <stdlib.h>

2006-04-28  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c: #include <stdlib.h>
This commit is contained in:
Behdad Esfahbod 2006-04-28 20:38:45 +00:00 committed by Behdad Esfahbod
parent 1e50095189
commit d8ff28de76
3 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,13 @@
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c: #include <stdlib.h>
2006-04-27 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_unichar_iswide_cjk.
* glib/guniprop.c: Add a "Since: 2.12".
* NEWS: Updates
* NEWS: Updates
2006-04-27 Behdad Esfahbod <behdad@gnome.org>

View File

@ -1,9 +1,13 @@
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c: #include <stdlib.h>
2006-04-27 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_unichar_iswide_cjk.
* glib/guniprop.c: Add a "Since: 2.12".
* NEWS: Updates
* NEWS: Updates
2006-04-27 Behdad Esfahbod <behdad@gnome.org>

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <locale.h>