#include <stdlib.h>
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 28 Apr 2006 20:38:45 +0000 (20:38 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 28 Apr 2006 20:38:45 +0000 (20:38 +0000)
2006-04-28  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c: #include <stdlib.h>

ChangeLog
ChangeLog.pre-2-12
glib/guniprop.c

index 3191f7d8ccf48c3da30da1b882e0160250db2080..2b551cc11907c0b05557ce6550d3bb605f0d89f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 3191f7d8ccf48c3da30da1b882e0160250db2080..2b551cc11907c0b05557ce6550d3bb605f0d89f6 100644 (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>
 
index af40130d7721670c8f9bf4ae09d7dbb3ddc1d9bb..6a9776df4b1d153356e0055909c94bb07c1815ca 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "config.h"
 
+#include <stdlib.h>
 #include <stddef.h>
 #include <string.h>
 #include <locale.h>