No sweat! On Mon, 2014-09-29 at 06:15 -0700, Todd Fiala wrote: > Ah, thanks Matthew. Sorry about that. > > On Mon, Sep 29, 2014 at 12:12 AM, Matthew Gardiner <[email protected]> > wrote: > Author: mg11 > Date: Mon Sep 29 02:12:47 2014 > New Revision: 218594 > > URL: http://llvm.org/viewvc/llvm-project?rev=218594&view=rev > Log: > Included cstdarg for compilation of va_start and va_end. > > Modified: > > lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp > > Modified: > lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp > URL: > > http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp?rev=218594&r1=218593&r2=218594&view=diff > > ============================================================================== > --- > lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp > (original) > +++ > lldb/trunk/source/Plugins/Process/Linux/ThreadStateCoordinator.cpp > Mon Sep 29 02:12:47 2014 > @@ -16,6 +16,7 @@ > > #include "ThreadStateCoordinator.h" > #include <memory> > +#include <cstdarg> > > using namespace lldb_private; > > > > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits > > > > > -- > Todd Fiala | > Software > Engineer | > [email protected] | > 650-943-3180 > > > > > To report this email as spam click here. >
Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom More information can be found at www.csr.com. Keep up to date with CSR on our technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, www.youtube.com/user/CSRplc, Facebook, www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at www.twitter.com/CSR_plc. New for 2014, you can now access the wide range of products powered by aptX at www.aptx.com. _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
