summaryrefslogtreecommitdiff
path: root/xpcom/components/nsNativeModuleLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/components/nsNativeModuleLoader.cpp')
-rw-r--r--xpcom/components/nsNativeModuleLoader.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xpcom/components/nsNativeModuleLoader.cpp b/xpcom/components/nsNativeModuleLoader.cpp
index 95b8349f19..bec3a11757 100644
--- a/xpcom/components/nsNativeModuleLoader.cpp
+++ b/xpcom/components/nsNativeModuleLoader.cpp
@@ -33,6 +33,10 @@
#include <windows.h>
#endif
+#ifdef XP_MACOSX
+#include <signal.h>
+#endif
+
#ifdef DEBUG
#define IMPLEMENT_BREAK_AFTER_LOAD
#endif