diff options
author | Greg Clayton <gclayton@apple.com> | 2012-03-01 17:47:51 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-03-01 17:47:51 +0000 |
commit | bf360a380840fa8932919eb51ee041ab64078057 (patch) | |
tree | 3240968d8744047e6b7c5df77e2668454178a42b /lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp | |
parent | 7598fadd781bd23de30e6e2b5119fd82e37b0ea9 (diff) | |
download | bcm5719-llvm-bf360a380840fa8932919eb51ee041ab64078057.tar.gz bcm5719-llvm-bf360a380840fa8932919eb51ee041ab64078057.zip |
Patch to fix GCC build from Dmitry Vyukov.
llvm-svn: 151820
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp index b5c6ca7404b..f07dbffd1ff 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp @@ -9,6 +9,8 @@ // C Includes +#include <stddef.h> // offsetof + // C++ Includes // Other libraries and framework includes #include "lldb/Core/DataBufferHeap.h" |