#include "config.h" before using G_ATOMIC_ARM.

2008-05-14  Michael Natterer  <mitch@imendio.com>

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


svn path=/trunk/; revision=6889
This commit is contained in:
Michael Natterer 2008-05-14 12:05:24 +00:00 committed by Michael Natterer
parent 3be6b6e4f9
commit 198b4b9770
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -21,12 +21,12 @@
* 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"