diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-02-01 01:31:41 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-02-01 01:31:41 +0000 |
| commit | 7fb56d0a1afeaf061e01ac6c6d3bd147f5a0c09d (patch) | |
| tree | ed8a1dddc335d4e969a0dc84f93e35b32ef877af /lldb/source/Core/Communication.cpp | |
| parent | a1c833769e9dbcd33418265e597eef300d6aa678 (diff) | |
| download | bcm5719-llvm-7fb56d0a1afeaf061e01ac6c6d3bd147f5a0c09d.tar.gz bcm5719-llvm-7fb56d0a1afeaf061e01ac6c6d3bd147f5a0c09d.zip | |
Endian patch from Kirk Beitz that allows better cross platform building.
llvm-svn: 124643
Diffstat (limited to 'lldb/source/Core/Communication.cpp')
| -rw-r--r-- | lldb/source/Core/Communication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/Communication.cpp b/lldb/source/Core/Communication.cpp index 72560ef6f73..cf58aa5eff8 100644 --- a/lldb/source/Core/Communication.cpp +++ b/lldb/source/Core/Communication.cpp @@ -17,6 +17,7 @@ #include "lldb/Core/Log.h" #include "lldb/Core/Timer.h" #include "lldb/Core/Event.h" +#include "lldb/Host/Host.h" #include <string.h> using namespace lldb; |

