[Lldb-commits] Fix gcc build
Greg Clayton
gclayton at apple.com
Tue Mar 27 14:13:02 PDT 2012
This patch was already checked in on March 1.
On Mar 26, 2012, at 2:19 AM, Dmitry Vyukov wrote:
> ping
>
> On Thu, Mar 1, 2012 at 12:31 PM, Dmitry Vyukov <dvyukov at google.com> wrote:
> Hi,
>
> I would like to ask you to review and land the following patch.
>
>
>
> Index: source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
> ===================================================================
> --- source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp (revision 151625)
> +++ source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp (working copy)
> @@ -9,6 +9,8 @@
>
>
> // C Includes
> +#include <stddef.h> // offsetof
> +
> // C++ Includes
> // Other libraries and framework includes
> #include "lldb/Core/DataBufferHeap.h"
> Index: source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
> ===================================================================
> --- source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp (revision 151625)
> +++ source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp (working copy)
> @@ -10,6 +10,7 @@
>
> // C Includes
> #include <stdarg.h>
> +#include <stddef.h> // offsetof
>
> // C++ Includes
> // Other libraries and framework includes
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120327/3c986933/attachment.html>
More information about the lldb-commits
mailing list