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:
Michael Natterer 2008-05-14 12:08:51 +00:00 committed by Michael Natterer
parent ea6d8aa365
commit b0cc5a4f86
2 changed files with 8 additions and 2 deletions

View File

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

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"