gatomic: #include gthread.h to fix compilation on nonoptimized architectures
authorJasper Lievisse Adriaanse <jasper@humppa.nl>
Wed, 18 May 2011 16:01:44 +0000 (12:01 -0400)
committerColin Walters <walters@verbum.org>
Wed, 18 May 2011 16:08:09 +0000 (12:08 -0400)
commit3f3b2bd82b9674d22cd64d76af68ddbc9cf80115
tree71b6f3c1afb4de8d0c0a39d10372cf181041f8ac
parent5645c7aa41c25de39943db2099699ea66e2cad6e
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
glib/gatomic.c