[Lldb-commits] [lldb] r128400 - /lldb/trunk/include/lldb/Core/Opcode.h

Stephen Wilson wilsons at start.ca
Sun Mar 27 16:59:08 PDT 2011


Author: wilsons
Date: Sun Mar 27 18:59:07 2011
New Revision: 128400

URL: http://llvm.org/viewvc/llvm-project?rev=128400&view=rev
Log:
Add a missing include required on Linux


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

Modified: lldb/trunk/include/lldb/Core/Opcode.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Opcode.h?rev=128400&r1=128399&r2=128400&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Opcode.h (original)
+++ lldb/trunk/include/lldb/Core/Opcode.h Sun Mar 27 18:59:07 2011
@@ -11,6 +11,8 @@
 #define lldb_Opcode_h
 
 // C Includes
+#include <string.h>
+
 // C++ Includes
 // Other libraries and framework includes
 // Project includes





More information about the lldb-commits mailing list