[Lldb-commits] [lldb] r260932 - Fix buildbot failure because I got an include path wrong.

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 15 20:20:57 PST 2016


Author: jmolenda
Date: Mon Feb 15 22:20:56 2016
New Revision: 260932

URL: http://llvm.org/viewvc/llvm-project?rev=260932&view=rev
Log:
Fix buildbot failure because I got an include path wrong.

Modified:
    lldb/trunk/source/Commands/CommandObjectMemory.cpp

Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectMemory.cpp?rev=260932&r1=260931&r2=260932&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectMemory.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectMemory.cpp Mon Feb 15 22:20:56 2016
@@ -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;




More information about the lldb-commits mailing list