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

Unified Diff: net/dns/dns_util.cc

Issue 1532833002: Include missing errno.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/dns/dns_util.cc
diff --git a/net/dns/dns_util.cc b/net/dns/dns_util.cc
index a75d706784e49c9df675711a090258c6eee0a744..4142a020b242cb0fbb70c30abae98c36985316ef 100644
--- a/net/dns/dns_util.cc
+++ b/net/dns/dns_util.cc
@@ -4,6 +4,8 @@
#include "net/dns/dns_util.h"
+#include <errno.h>
+
#include <cstring>
#include "build/build_config.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