summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-10-31 19:57:43 +0000
committerGreg Clayton <gclayton@apple.com>2010-10-31 19:57:43 +0000
commit38adbbb88b372720c43b779b04d8268053634ad8 (patch)
treec713c0d08e782d9ed8801217531f7e48fbb1f8a4 /lldb/source/API
parentd689026899e242c7503288f90e46ee83b3ec10fc (diff)
downloadbcm5719-llvm-38adbbb88b372720c43b779b04d8268053634ad8.tar.gz
bcm5719-llvm-38adbbb88b372720c43b779b04d8268053634ad8.zip
Fixed an include so case sensitive builders can build.
llvm-svn: 117864
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBModule.cpp b/lldb/source/API/SBModule.cpp
index 58ff07ddcb5..c6c2d751183 100644
--- a/lldb/source/API/SBModule.cpp
+++ b/lldb/source/API/SBModule.cpp
@@ -14,7 +14,7 @@
#include "lldb/API/SBStream.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/Log.h"
-#include "lldb/Core/STreamString.h"
+#include "lldb/Core/StreamString.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud