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

Unified Diff: third_party/libjingle/files/talk/p2p/base/relayport.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/p2p/base/relayport.cc
diff --git a/third_party/libjingle/files/talk/p2p/base/relayport.cc b/third_party/libjingle/files/talk/p2p/base/relayport.cc
index a8a05272a6911be6a108bc10bef8c25e4f64a051..c4b5066e6f3f87db845e2e5313c9b7821f34869e 100644
--- a/third_party/libjingle/files/talk/p2p/base/relayport.cc
+++ b/third_party/libjingle/files/talk/p2p/base/relayport.cc
@@ -34,6 +34,7 @@
#include "talk/p2p/base/relayport.h"
#include <iostream>
#include <cassert>
+#include <cstring>
#ifdef OSX
#include <errno.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698