diff options
Diffstat (limited to 'lldb/source/Core/Connection.cpp')
-rw-r--r-- | lldb/source/Core/Connection.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/source/Core/Connection.cpp b/lldb/source/Core/Connection.cpp index 1ae046b8a01..60d1221c160 100644 --- a/lldb/source/Core/Connection.cpp +++ b/lldb/source/Core/Connection.cpp @@ -7,10 +7,6 @@ // //===----------------------------------------------------------------------===// -// C Includes -// C++ Includes -// Other libraries and framework includes -// Project includes #include "lldb/Core/Connection.h" #if defined(_WIN32) @@ -19,6 +15,8 @@ #include "lldb/Host/ConnectionFileDescriptor.h" +#include <string.h> // for strstr + using namespace lldb_private; Connection::Connection() {} |