summaryrefslogtreecommitdiffstats
path: root/source/core/unix/slang-unix-process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/unix/slang-unix-process.cpp')
-rw-r--r--source/core/unix/slang-unix-process.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/unix/slang-unix-process.cpp b/source/core/unix/slang-unix-process.cpp
index 1f58f5725..991d905d9 100644
--- a/source/core/unix/slang-unix-process.cpp
+++ b/source/core/unix/slang-unix-process.cpp
@@ -19,6 +19,10 @@
#include <sys/wait.h>
#include <unistd.h>
+#if SLANG_OSX
+# include <signal.h>
+#endif
+
#include <time.h>
namespace Slang {