[Lldb-commits] [lldb] r163139 - in /lldb/trunk/source: Breakpoint/BreakpointID.cpp Plugins/Process/POSIX/ProcessPOSIX.cpp

Greg Clayton gclayton at apple.com
Tue Sep 4 07:55:51 PDT 2012


Author: gclayton
Date: Tue Sep  4 09:55:50 2012
New Revision: 163139

URL: http://llvm.org/viewvc/llvm-project?rev=163139&view=rev
Log:
Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860.


Modified:
    lldb/trunk/source/Breakpoint/BreakpointID.cpp
    lldb/trunk/source/Plugins/Process/POSIX/ProcessPOSIX.cpp

Modified: lldb/trunk/source/Breakpoint/BreakpointID.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Breakpoint/BreakpointID.cpp?rev=163139&r1=163138&r2=163139&view=diff
==============================================================================
--- lldb/trunk/source/Breakpoint/BreakpointID.cpp (original)
+++ lldb/trunk/source/Breakpoint/BreakpointID.cpp Tue Sep  4 09:55:50 2012
@@ -9,6 +9,8 @@
 
 
 // C Includes
+#include <stdio.h>
+
 // C++ Includes
 // Other libraries and framework includes
 // Project includes

Modified: lldb/trunk/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/POSIX/ProcessPOSIX.cpp?rev=163139&r1=163138&r2=163139&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/POSIX/ProcessPOSIX.cpp (original)
+++ lldb/trunk/source/Plugins/Process/POSIX/ProcessPOSIX.cpp Tue Sep  4 09:55:50 2012
@@ -12,6 +12,7 @@
 
 // C++ Includes
 // Other libraries and framework includes
+#include "lldb/Core/Module.h"
 #include "lldb/Core/PluginManager.h"
 #include "lldb/Core/State.h"
 #include "lldb/Host/Host.h"





More information about the lldb-commits mailing list