aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2016-02-16 04:20:56 +0000
committerJason Molenda <jmolenda@apple.com>2016-02-16 04:20:56 +0000
commitebeff4c11e2797ec0328e301cdb63353f9b04ebc (patch)
tree9874b4d5b256780f7bb81cc17314c2ca1c47422d /lldb/source/Commands/CommandObjectMemory.cpp
parentc46d3297df873b723ba67106af1f1de5d8fbc3bb (diff)
downloadllvm-ebeff4c11e2797ec0328e301cdb63353f9b04ebc.zip
llvm-ebeff4c11e2797ec0328e301cdb63353f9b04ebc.tar.gz
llvm-ebeff4c11e2797ec0328e301cdb63353f9b04ebc.tar.bz2
Fix buildbot failure because I got an include path wrong.
llvm-svn: 260932
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp
index 5017718..7a82ec1 100644
--- a/lldb/source/Commands/CommandObjectMemory.cpp
+++ b/lldb/source/Commands/CommandObjectMemory.cpp
@@ -42,7 +42,7 @@
#include "lldb/Target/StackFrame.h"
#include "lldb/Target/Thread.h"
-#include "lldb-private.h"
+#include "lldb/lldb-private.h"
using namespace lldb;
using namespace lldb_private;