commit | a78867b8999bda4e277028e4d3417d805f0c4c2d | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Fri Mar 25 18:16:28 2011 +0000 |
committer | Stephen Wilson <wilsons@start.ca> | Fri Mar 25 18:16:28 2011 +0000 |
tree | 4c2dd674456c9c327d103aea9332a415b3cb7718 | |
parent | 1080edbcdd7d24ad5213749e396e23b54c1a3040 [diff] [blame] |
Simple fixes for the gdb remote process plugin on Linux. llvm-svn: 128291
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 15ab589..7a96946 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -11,6 +11,8 @@ #include "GDBRemoteCommunication.h" // C Includes +#include <string.h> + // C++ Includes // Other libraries and framework includes #include "lldb/Core/Log.h"