mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Include stddef.h for offsetof() in cpuid_reader.cc
Fixes the build for x86_64-linux-gnu-g++-6 6.3.0 20170516 on a recent Debian Testing system [Debian GNU/Linux 9.0 (stretch)]. Change-Id: Ibaa7b314723d41259703d723cbdd326982aaf159 Reviewed-on: https://chromium-review.googlesource.com/675576 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Leonard Mosescu <mosescu@chromium.org> Commit-Queue: Dave Bort <dbort@google.com>
This commit is contained in:
parent
20ed4146d3
commit
be7b8a509c
@ -14,6 +14,8 @@
|
||||
|
||||
#include "snapshot/x86/cpuid_reader.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "snapshot/cpu_context.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user