Chromium Code Reviews| Index: base/sync_socket_posix.cc |
| diff --git a/base/sync_socket_posix.cc b/base/sync_socket_posix.cc |
| index 1082c643b7884750a1a0078d866dec894bdb8f36..82ad91c9558b07f2d101aaf70368ef0035a7d4e8 100644 |
| --- a/base/sync_socket_posix.cc |
| +++ b/base/sync_socket_posix.cc |
| @@ -11,6 +11,10 @@ |
| #include <sys/ioctl.h> |
| #include <sys/socket.h> |
| +#if defined(OS_SOLARIS) |
| +#include <sys/filio.h> |
| +#endif |
| + |
| #include "base/file_util.h" |
| #include "base/logging.h" |