#include "config.h" before using G_ATOMIC_ARM.
authorMichael Natterer <mitch@imendio.com>
Wed, 14 May 2008 12:05:24 +0000 (12:05 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 14 May 2008 12:05:24 +0000 (12:05 +0000)
2008-05-14  Michael Natterer  <mitch@imendio.com>

* glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.

svn path=/trunk/; revision=6889

ChangeLog
glib/gatomic.c

index 83e2bd5..43de81f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-14  Michael Natterer  <mitch@imendio.com>
+
+       * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
+
 2008-05-13  Kjartan Maraas  <kmaraas@gnome.org>
 
        * glib/gi18n.c: #include <locale.h> to fix the build.
index 423661b..b75a8c5 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #if defined (G_ATOMIC_ARM)
 #include <sched.h>
 #endif
 
-#include "config.h"
-
 #include "glib.h"
 #include "gthreadprivate.h"
 #include "galias.h"