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..67b7103b87bfe16ea088743b7ed83eff677b2e4b 100644 |
| --- a/base/sync_socket_posix.cc |
| +++ b/base/sync_socket_posix.cc |
| @@ -10,6 +10,9 @@ |
| #include <sys/types.h> |
| #include <sys/ioctl.h> |
| #include <sys/socket.h> |
| +#if defined(OS_SOLARIS) |
|
Evan Martin
2011/06/24 17:51:18
Can you put a newline before this?
|
| +#include <sys/filio.h> |
| +#endif |
| #include "base/file_util.h" |
| #include "base/logging.h" |