commit | 6b3c8bb02e7e72dbca69c36b222ebed131ef3095 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Thu Apr 05 16:23:54 2018 +0000 |
committer | Pavel Labath <labath@google.com> | Thu Apr 05 16:23:54 2018 +0000 |
tree | 47acc5a7e87540d6fc5b538542a8ee275ec6cf03 | |
parent | 7b7637b9ebd46ee601c404d3d2c470a616b0cec4 [diff] [blame] |
Fix windows build after r329296 Add a couple of #include <csignal>s. llvm-svn: 329309
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index a3b6d12..9d49cfa 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -24,6 +24,7 @@ // C++ Includes #include <algorithm> +#include <csignal> #include <map> #include <mutex> #include <sstream>