Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2236)

Unified Diff: base/sync_socket_posix.cc

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698