Bug 1306719 - Fix unified build compilation of MemoryProtectionExceptionHandler.cpp. r=ehoogeveen

MozReview-Commit-ID: DbK8jUGrAVY
This commit is contained in:
Yury Delendik 2016-09-30 15:21:01 -05:00
parent 759ac6b29b
commit e3d691bf9d

View File

@ -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 {