| Index: third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| index 606743aa63b7a069a691c9cbd10d6649fb51b978..78bc302d1d7bdbe5cdbfbae1d634a48ce18e83cc 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc
|
| @@ -14,8 +14,8 @@
|
|
|
| #include "snapshot/mac/process_types.h"
|
|
|
| -#include <stddef.h>
|
| #include <string.h>
|
| +#include <sys/types.h>
|
|
|
| #include "base/logging.h"
|
| #include "snapshot/mac/process_types/internal.h"
|
|
|