summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 02:01:10 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 02:01:10 +0000
commit84934a22839e7b16451ac37afc8b2b260d04edaa (patch)
treec49a6ec0b751bdf28ca477d6ee9665e2f01ffee2 /net
parent6b0ba48b96ba8e0c2fe999ddfb03a722bfdc692e (diff)
downloadchromium_src-84934a22839e7b16451ac37afc8b2b260d04edaa.zip
chromium_src-84934a22839e7b16451ac37afc8b2b260d04edaa.tar.gz
chromium_src-84934a22839e7b16451ac37afc8b2b260d04edaa.tar.bz2
Include fixes for gcc >= 4.3
Patch by Joel Stanley <joel@jms.id.au> Review URL: http://codereview.chromium.org/197055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/dns_util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/base/dns_util.cc b/net/base/dns_util.cc
index 9c7e35a..db5f606 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.