Chromium Code Reviews| Index: runtime/bin/socket_macos.h |
| diff --git a/runtime/bin/socket_macos.h b/runtime/bin/socket_macos.h |
| index b77857c87d93af32b8e83ffc6a735d5c23cd7689..5058d461f0e75d717717e177baab362068864088 100644 |
| --- a/runtime/bin/socket_macos.h |
| +++ b/runtime/bin/socket_macos.h |
| @@ -8,5 +8,6 @@ |
| #include <arpa/inet.h> |
| #include <netdb.h> |
| #include <sys/socket.h> |
| +#include <sys/un.h> |
| #endif // BIN_SOCKET_MACOS_H_ |