Add stdlib.h for malloc and friends
authorEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 14:07:26 +0000 (14:07 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 14:07:26 +0000 (14:07 +0000)
llvm-svn: 209633

lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp

index 701cf57..5df9b53 100644 (file)
@@ -19,6 +19,8 @@
 // Copyright:  None.
 //--
 
+#include <stdlib.h>
+
 // Third Party Headers:
 #include <lldb/API/SBError.h>