Chromium Code Reviews| Index: net/base/listen_socket.cc |
| diff --git a/net/base/listen_socket.cc b/net/base/listen_socket.cc |
| index 32e2b6984068856a60755c6db7e14a787394c9ef..92bfcf84e73a484ded2304d66a1a67f237a9da7c 100644 |
| --- a/net/base/listen_socket.cc |
| +++ b/net/base/listen_socket.cc |
| @@ -10,8 +10,9 @@ |
| #include <winsock2.h> |
| #elif defined(OS_POSIX) |
| #include <errno.h> |
| -#include <netinet/in.h> |
| +#include <sys/types.h> |
| #include <sys/socket.h> |
| +#include <netinet/in.h> |
| #include <arpa/inet.h> |
| #include "net/base/net_errors.h" |
| #endif |