mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
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:
parent
5645c7aa41
commit
3f3b2bd82b
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include "gatomic.h"
|
||||
#include "gthread.h"
|
||||
#include "gthreadprivate.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user