| Index: third_party/crashpad/crashpad/util/mach/child_port_handshake.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/child_port_handshake.cc b/third_party/crashpad/crashpad/util/mach/child_port_handshake.cc
|
| index a7b6e57ca69f056edfba5f37c583b3d261a2af9b..74c6fc62712cf15dc73e5f8ff85ef59e9749820b 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/child_port_handshake.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/child_port_handshake.cc
|
| @@ -16,6 +16,7 @@
|
|
|
| #include <errno.h>
|
| #include <pthread.h>
|
| +#include <stdint.h>
|
| #include <sys/event.h>
|
| #include <sys/socket.h>
|
| #include <sys/time.h>
|
| @@ -28,6 +29,7 @@
|
| #include "base/logging.h"
|
| #include "base/mac/mach_logging.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| +#include "base/macros.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/rand_util.h"
|
| #include "base/strings/stringprintf.h"
|
|
|