diff options
author | Stephen Wilson <wilsons@start.ca> | 2011-03-25 18:16:28 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2011-03-25 18:16:28 +0000 |
commit | a78867b8999bda4e277028e4d3417d805f0c4c2d (patch) | |
tree | 4c2dd674456c9c327d103aea9332a415b3cb7718 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | 1080edbcdd7d24ad5213749e396e23b54c1a3040 (diff) | |
download | bcm5719-llvm-a78867b8999bda4e277028e4d3417d805f0c4c2d.tar.gz bcm5719-llvm-a78867b8999bda4e277028e4d3417d805f0c4c2d.zip |
Simple fixes for the gdb remote process plugin on Linux.
llvm-svn: 128291
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 15ab58975cc..7a9694647f4 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" |