mfc: fix compilation with newer GLib versions
authorTim-Philipp Müller <tim@centricular.net>
Sat, 9 Feb 2013 18:46:48 +0000 (18:46 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 9 Feb 2013 18:48:04 +0000 (18:48 +0000)
commit8f93c2448edcfaf85aa0672c8d87655d9443d2ae
treeadfea4515e0b4b353d10d0e28978d3defadce80c
parent6aa399ec9fa527f5caa7f5e189526310474e8482
mfc: fix compilation with newer GLib versions

that don't include pthread.h any more from public headers.
We could just fix this by including pthread.h ourselves,
but we may just as well use atomic ops for this and
simplify the code a little.

https://bugzilla.gnome.org/show_bug.cgi?id=693322
sys/mfc/fimc/fimc.c