diff options
author | Greg Clayton <gclayton@apple.com> | 2012-03-29 17:46:11 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-03-29 17:46:11 +0000 |
commit | 59b4fa1813200ee9c7af8c286829167c2e951620 (patch) | |
tree | 6f7bd6100d7f008ad35a26dc2742abb7541fb902 /lldb/tools/lldb-platform | |
parent | 615ed1a3a68f5e1d7f1832b08b1014bd0dc2b9ee (diff) | |
download | bcm5719-llvm-59b4fa1813200ee9c7af8c286829167c2e951620.tar.gz bcm5719-llvm-59b4fa1813200ee9c7af8c286829167c2e951620.zip |
FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov.
llvm-svn: 153661
Diffstat (limited to 'lldb/tools/lldb-platform')
-rw-r--r-- | lldb/tools/lldb-platform/lldb-platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-platform/lldb-platform.cpp b/lldb/tools/lldb-platform/lldb-platform.cpp index 21db33b8a46..355df7d90b1 100644 --- a/lldb/tools/lldb-platform/lldb-platform.cpp +++ b/lldb/tools/lldb-platform/lldb-platform.cpp @@ -24,7 +24,7 @@ #include "lldb/Core/ConnectionMachPort.h" #include "lldb/Core/Debugger.h" #include "lldb/Core/StreamFile.h" -#include "GDBRemoteCommunicationServer.h" +#include "Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h" #include "Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h" using namespace lldb; using namespace lldb_private; |