From: Ed Maste Date: Mon, 26 May 2014 14:07:26 +0000 (+0000) Subject: Add stdlib.h for malloc and friends X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ae28dd7935a349ecfcdcf7eb250aad38907a646;p=platform%2Fupstream%2Fllvm.git Add stdlib.h for malloc and friends llvm-svn: 209633 --- diff --git a/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp b/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp index 701cf57..5df9b53 100644 --- a/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp +++ b/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp @@ -19,6 +19,8 @@ // Copyright: None. //-- +#include + // Third Party Headers: #include