Chromium Code Reviews| Index: runtime/bin/socket_linux.h |
| diff --git a/runtime/bin/socket_linux.h b/runtime/bin/socket_linux.h |
| index 4ad0db24f0ead33124fe2729e93d234b994d8928..b458f9f6efb4ee44253d0e7940815418987b4b16 100644 |
| --- a/runtime/bin/socket_linux.h |
| +++ b/runtime/bin/socket_linux.h |
| @@ -8,5 +8,6 @@ |
| #include <arpa/inet.h> |
| #include <netdb.h> |
| #include <sys/socket.h> |
| +#include <sys/un.h> |
| #endif // BIN_SOCKET_LINUX_H_ |