Include config.h first
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 Jan 2006 23:21:01 +0000 (23:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 Jan 2006 23:21:01 +0000 (23:21 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gslice.c

index e9cc251..02028b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gslice.c: Include config.h first, pointed out
+       by Bogdan Nicula.
+
 2005-12-20  Sven Herzberg  <herzi@gnome-de.org>
 
        * docs/reference/gobject/tmpl/gtype.sgml: explain that
index e9cc251..02028b1 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gslice.c: Include config.h first, pointed out
+       by Bogdan Nicula.
+
 2005-12-20  Sven Herzberg  <herzi@gnome-de.org>
 
        * docs/reference/gobject/tmpl/gtype.sgml: explain that
index e9cc251..02028b1 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gslice.c: Include config.h first, pointed out
+       by Bogdan Nicula.
+
 2005-12-20  Sven Herzberg  <herzi@gnome-de.org>
 
        * docs/reference/gobject/tmpl/gtype.sgml: explain that
index 56ae524..46dd70b 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 /* MT safe */
+
+#include "config.h"
+
 #ifdef HAVE_POSIX_MEMALIGN
 #define _XOPEN_SOURCE 600       /* posix_memalign() */
 #endif
 #include <stdlib.h>             /* posix_memalign() */
 #include <string.h>
 #include <errno.h>
-#include "config.h"
 #include "gmem.h"               /* gslice.h */
 #include "gthreadinit.h"
 #include "galias.h"