| Index: ipc/unix_domain_socket_util.cc
|
| diff --git a/ipc/unix_domain_socket_util.cc b/ipc/unix_domain_socket_util.cc
|
| index 74053445b7aa0130e4a98ff2669c98df6c3fe80c..fb64cb29165ad98cb4414451e4e48ba84f26f3f9 100644
|
| --- a/ipc/unix_domain_socket_util.cc
|
| +++ b/ipc/unix_domain_socket_util.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| +#include <stddef.h>
|
| #include <sys/socket.h>
|
| #include <sys/stat.h>
|
| #include <sys/un.h>
|
| @@ -16,6 +17,7 @@
|
| #include "base/files/scoped_file.h"
|
| #include "base/logging.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace IPC {
|
|
|
|
|