[Lldb-commits] [lldb] r143773 - /lldb/trunk/include/lldb/Core/FormatNavigator.h

Greg Clayton gclayton at apple.com
Fri Nov 4 18:12:05 PDT 2011


Author: gclayton
Date: Fri Nov  4 20:12:05 2011
New Revision: 143773

URL: http://llvm.org/viewvc/llvm-project?rev=143773&view=rev
Log:
Missed part of a previous patch.


Modified:
    lldb/trunk/include/lldb/Core/FormatNavigator.h

Modified: lldb/trunk/include/lldb/Core/FormatNavigator.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FormatNavigator.h?rev=143773&r1=143772&r2=143773&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FormatNavigator.h (original)
+++ lldb/trunk/include/lldb/Core/FormatNavigator.h Fri Nov  4 20:12:05 2011
@@ -14,6 +14,7 @@
 
 #include <stdint.h>
 #include <unistd.h>
+#include <sys/user.h>
 
 // C++ Includes
 #include <map>





More information about the lldb-commits mailing list