summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-02-01 01:31:41 +0000
committerGreg Clayton <gclayton@apple.com>2011-02-01 01:31:41 +0000
commit7fb56d0a1afeaf061e01ac6c6d3bd147f5a0c09d (patch)
treeed8a1dddc335d4e969a0dc84f93e35b32ef877af /lldb/source/Commands/CommandObjectThread.cpp
parenta1c833769e9dbcd33418265e597eef300d6aa678 (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud