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/Commands/CommandObjectThread.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/Commands/CommandObjectThread.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 5cde70efa1b..af11fa7bf6f 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -17,6 +17,8 @@ #include "lldb/Core/State.h" #include "lldb/Core/SourceManager.h" +#include "lldb/Host/Host.h" + #include "lldb/Interpreter/CommandInterpreter.h" #include "lldb/Interpreter/CommandReturnObject.h" |