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

Unified Diff: third_party/libjingle/files/talk/base/natsocketfactory.cc

Issue 338037: linux: fix gcc 4.3 issues (for arm) (Closed)
Patch Set: Created 11 years, 2 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: third_party/libjingle/files/talk/base/natsocketfactory.cc
diff --git a/third_party/libjingle/files/talk/base/natsocketfactory.cc b/third_party/libjingle/files/talk/base/natsocketfactory.cc
index 2b0309ed1a2bd7ac0db8a75d7a88fcd2d9a75c7b..59a0d87e8fc4a62736ecab48098a4c816b32ca86 100644
--- a/third_party/libjingle/files/talk/base/natsocketfactory.cc
+++ b/third_party/libjingle/files/talk/base/natsocketfactory.cc
@@ -27,6 +27,7 @@
#include <iostream>
#include <cassert>
+#include <cstring>
#include "talk/base/natsocketfactory.h"
namespace talk_base {

Powered by Google App Engine
This is Rietveld 408576698