mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Merged from trunk:
2008-05-14 Michael Natterer <mitch@imendio.com> Merged from trunk: * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM. svn path=/branches/glib-2-16/; revision=6890
This commit is contained in:
parent
ea6d8aa365
commit
b0cc5a4f86
@ -1,3 +1,9 @@
|
||||
2008-05-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
* glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM.
|
||||
|
||||
2008-04-21 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 528752 - Win32 build and SSL not working
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user