Author: emaste
Date: Mon May 26 09:07:26 2014
New Revision: 209633

URL: http://llvm.org/viewvc/llvm-project?rev=209633&view=rev
Log:
Add stdlib.h for malloc and friends

Modified:
    lldb/trunk/tools/lldb-mi/MICmnLLDBProxySBValue.cpp

Modified: lldb/trunk/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmnLLDBProxySBValue.cpp?rev=209633&r1=209632&r2=209633&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmnLLDBProxySBValue.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmnLLDBProxySBValue.cpp Mon May 26 09:07:26 2014
@@ -19,6 +19,8 @@
 // Copyright:  None.
 //--
 
+#include <stdlib.h>
+
 // Third Party Headers:
 #include <lldb/API/SBError.h>
 


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to