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

Unified Diff: net/base/dns_util.cc

Issue 197055: Include fixes for gcc >= 4.3 (Closed)
Patch Set: Created 11 years, 3 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 | « chrome/browser/gtk/menu_bar_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/dns_util.cc
diff --git a/net/base/dns_util.cc b/net/base/dns_util.cc
index 9c7e35a8e220fe00b6c991c678afc04dcf04e466..db5f606b6a4efea30273b1aeebe0a6d86ec80b10 100644
--- a/net/base/dns_util.cc
+++ b/net/base/dns_util.cc
@@ -4,6 +4,8 @@
#include "net/base/dns_util.h"
+#include <cstring>
+
namespace net {
// Based on DJB's public domain code.
« no previous file with comments | « chrome/browser/gtk/menu_bar_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698