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

Unified Diff: net/socket/socket_options.cc

Issue 2930873002: Add missing #include <cerrno> in socket_options.cc (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_options.cc
diff --git a/net/socket/socket_options.cc b/net/socket/socket_options.cc
index 5be5d978c986d2b128210406fd872196de1b6793..9b26aa2dbf73992e6bc21beda1a8af8d120a367f 100644
--- a/net/socket/socket_options.cc
+++ b/net/socket/socket_options.cc
@@ -4,6 +4,8 @@
#include "net/socket/socket_options.h"
+#include <cerrno>
+
#include "build/build_config.h"
#include "net/base/net_errors.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698