mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
#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:
parent
3be6b6e4f9
commit
198b4b9770
@ -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>
|
2008-05-13 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* glib/gi18n.c: #include <locale.h> to fix the build.
|
* glib/gi18n.c: #include <locale.h> to fix the build.
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#if defined (G_ATOMIC_ARM)
|
#if defined (G_ATOMIC_ARM)
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
#include "gthreadprivate.h"
|
#include "gthreadprivate.h"
|
||||||
#include "galias.h"
|
#include "galias.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user