From 198b4b9770cd7cc395f46d14ab2f66e430fe68f3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 14 May 2008 12:05:24 +0000 Subject: [PATCH] #include "config.h" before using G_ATOMIC_ARM. 2008-05-14 Michael Natterer * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM. svn path=/trunk/; revision=6889 --- ChangeLog | 4 ++++ glib/gatomic.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83e2bd59..43de81f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-14 Michael Natterer + + * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM. + 2008-05-13 Kjartan Maraas * glib/gi18n.c: #include to fix the build. diff --git a/glib/gatomic.c b/glib/gatomic.c index 423661bf..b75a8c5e 100644 --- a/glib/gatomic.c +++ b/glib/gatomic.c @@ -21,12 +21,12 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" + #if defined (G_ATOMIC_ARM) #include #endif -#include "config.h" - #include "glib.h" #include "gthreadprivate.h" #include "galias.h" -- 2.34.1