mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1649259 - include Attributes.h in memory/'s Mutex.h; r=glandium
We need this for `MOZ_RAII`. Differential Revision: https://phabricator.services.mozilla.com/D81599
This commit is contained in:
parent
7c8d2e7c35
commit
1f77873a31
@ -14,6 +14,7 @@
|
||||
#else
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/GuardObjects.h"
|
||||
|
||||
// Mutexes based on spinlocks. We can't use normal pthread spinlocks in all
|
||||
|
Loading…
Reference in New Issue
Block a user