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

Unified Diff: third_party/libjingle/files/talk/p2p/base/port.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/port.cc
diff --git a/third_party/libjingle/files/talk/p2p/base/port.cc b/third_party/libjingle/files/talk/p2p/base/port.cc
index cc33d4cfacc5a4e544db30d458a68d66e8ed9412..2411e5f8dc196737c1ed3dc94704be7289787d8c 100644
--- a/third_party/libjingle/files/talk/p2p/base/port.cc
+++ b/third_party/libjingle/files/talk/p2p/base/port.cc
@@ -32,6 +32,7 @@
#include <errno.h>
#include <algorithm>
+#include <cstring>
#include <iostream>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698