diff options
| author | Pavel Labath <labath@google.com> | 2017-07-18 14:03:47 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-07-18 14:03:47 +0000 |
| commit | f40f8fc4152f51678b5a7f1836acde024cf1c387 (patch) | |
| tree | 7ff19690e08a5abe3c37d70474f920bdbbc6fbae /lldb/source/Host/posix/ProcessLauncherPosixFork.cpp | |
| parent | 93008f01545f47bb6e07f4a6da88f2b5283ce6a0 (diff) | |
| download | bcm5719-llvm-f40f8fc4152f51678b5a7f1836acde024cf1c387.tar.gz bcm5719-llvm-f40f8fc4152f51678b5a7f1836acde024cf1c387.zip | |
Fix NetBSD/FreeBSD build after r308304
llvm-svn: 308307
Diffstat (limited to 'lldb/source/Host/posix/ProcessLauncherPosixFork.cpp')
| -rw-r--r-- | lldb/source/Host/posix/ProcessLauncherPosixFork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp b/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp index 9b3f6fbf15c..66c0229e0da 100644 --- a/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp +++ b/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp @@ -22,6 +22,7 @@ #include <unistd.h> #include <sstream> +#include <csignal> #ifdef __ANDROID__ #include <android/api-level.h> |

