[Lldb-commits] [lldb] r209633 - Add stdlib.h for malloc and friends

Ed Maste emaste at freebsd.org
Mon May 26 07:07:27 PDT 2014


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>
 





More information about the lldb-commits mailing list