#include "config.h" before using G_ATOMIC_ARM.
[platform/upstream/glib.git] / glib / gatomic.c
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"