mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1306719 - Fix unified build compilation of MemoryProtectionExceptionHandler.cpp. r=ehoogeveen
MozReview-Commit-ID: DbK8jUGrAVY
This commit is contained in:
parent
759ac6b29b
commit
e3d691bf9d
@ -17,6 +17,7 @@
|
||||
# include <unistd.h>
|
||||
#elif defined(XP_DARWIN)
|
||||
# include <mach/mach.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef ANDROID
|
||||
@ -27,6 +28,7 @@
|
||||
|
||||
#include "threading/LockGuard.h"
|
||||
#include "threading/Mutex.h"
|
||||
#include "threading/Thread.h"
|
||||
|
||||
namespace js {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user