[Lldb-commits] [lldb] r105865 - in /lldb/trunk/source/Plugins/Process/MacOSX-User/source: RegisterContextMach_arm.cpp RegisterContextMach_arm.h

Jason Molenda jmolenda at apple.com
Fri Jun 11 17:43:42 PDT 2010


Author: jmolenda
Date: Fri Jun 11 19:43:41 2010
New Revision: 105865

URL: http://llvm.org/viewvc/llvm-project?rev=105865&view=rev
Log:
Include mach/mach_types.h in two files to adjust for their
removal from lldb-types.h

Modified:
    lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.cpp
    lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.h

Modified: lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.cpp?rev=105865&r1=105864&r2=105865&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.cpp (original)
+++ lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.cpp Fri Jun 11 19:43:41 2010
@@ -10,6 +10,7 @@
 #include "RegisterContextMach_arm.h"
 
 // C Includes
+#include <mach/mach_types.h>
 #include <mach/thread_act.h>
 
 // C++ Includes

Modified: lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.h?rev=105865&r1=105864&r2=105865&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.h (original)
+++ lldb/trunk/source/Plugins/Process/MacOSX-User/source/RegisterContextMach_arm.h Fri Jun 11 19:43:41 2010
@@ -11,6 +11,8 @@
 #define liblldb_RegisterContextMach_arm_h_
 
 // C Includes
+#include <mach/mach_types.h>
+
 // C++ Includes
 // Other libraries and framework includes
 // Project includes





More information about the lldb-commits mailing list