From: Michael Natterer Date: Wed, 14 May 2008 12:05:24 +0000 (+0000) Subject: #include "config.h" before using G_ATOMIC_ARM. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=198b4b9770cd7cc395f46d14ab2f66e430fe68f3;p=dana%2Fcg-glib.git #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 --- 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"