[Lldb-commits] [PATCH 2/2] Missing header.

Marco Minutoli mminutoli at gmail.com
Wed Apr 6 22:55:53 PDT 2011


No I don't have commit access. So please do it for me.

Thank you.
Marco

On Thu, Apr 7, 2011 at 12:12 AM, Greg Clayton <gclayton at apple.com> wrote:

> Looks good. Marco, do you have commit access? If so, commit when you get
> the chance. Else I will do so on your behalf.
>
> Greg Clayton
>
> On Apr 6, 2011, at 1:44 PM, Marco Minutoli wrote:
>
> > strtoul is defined in stdlib.h and the header was missing in
> > StringExtractor.cpp .
> > ---
> > source/Utility/StringExtractor.cpp |    2 ++
> > 1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/source/Utility/StringExtractor.cpp
> b/source/Utility/StringExtractor.cpp
> > index 227b634..176eb89 100644
> > --- a/source/Utility/StringExtractor.cpp
> > +++ b/source/Utility/StringExtractor.cpp
> > @@ -13,6 +13,8 @@
> > // C++ Includes
> > // Other libraries and framework includes
> > // Project includes
> > +#include <stdlib.h>
> > +
> >
> > static inline int
> > xdigit_to_sint (char ch)
> > --
> > 1.7.1
> >
> > _______________________________________________
> > lldb-commits mailing list
> > lldb-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Marco Minutoli

"If A is success in life, then A equals x plus y plus z. Work is x;
y is play; and z is keeping your mouth shut." --A. Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110407/4e68f173/attachment.html>


More information about the lldb-commits mailing list