[Lldb-commits] Fix gcc build
Dmitry Vyukov
dvyukov at google.com
Mon Mar 26 02:19:56 PDT 2012
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/20120326/5cbf8071/attachment.html>
More information about the lldb-commits
mailing list