2008-05-14 Michael Natterer <mitch@imendio.com>
* glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
svn path=/trunk/; revision=6889
+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.
* 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"