gatomic: #include gthread.h to fix compilation on nonoptimized architectures

The fallback case of implementing atomic integers with mutexes needs
gthread.h.

Commit message written by Colin Walters <walters@verbum.org>

https://bugzilla.gnome.org/show_bug.cgi?id=631153
This commit is contained in:
Jasper Lievisse Adriaanse 2011-05-18 12:01:44 -04:00 committed by Colin Walters
parent 5645c7aa41
commit 3f3b2bd82b

View File

@ -28,6 +28,7 @@
#endif
#include "gatomic.h"
#include "gthread.h"
#include "gthreadprivate.h"
/**