| Index: base/posix/unix_domain_socket_linux.h
|
| diff --git a/base/posix/unix_domain_socket_linux.h b/base/posix/unix_domain_socket_linux.h
|
| index 98c9d61ba3e5295161e9125496fd6db53e55f3b9..2ba739e1083f9a40d38e402a34da2689327d74b7 100644
|
| --- a/base/posix/unix_domain_socket_linux.h
|
| +++ b/base/posix/unix_domain_socket_linux.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef BASE_POSIX_UNIX_DOMAIN_SOCKET_LINUX_H_
|
| #define BASE_POSIX_UNIX_DOMAIN_SOCKET_LINUX_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <sys/types.h>
|
| #include <vector>
|
| @@ -12,6 +13,7 @@
|
| #include "base/base_export.h"
|
| #include "base/files/scoped_file.h"
|
| #include "base/process/process_handle.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
|
|
|
|