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

Unified Diff: third_party/libjingle/files/talk/base/testclient.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/testclient.cc
diff --git a/third_party/libjingle/files/talk/base/testclient.cc b/third_party/libjingle/files/talk/base/testclient.cc
index ecb45fc4493720f901cc5bd3ae22c2a1d28c8117..c9637821d680c446fd3d7164c26e23e4224562cf 100644
--- a/third_party/libjingle/files/talk/base/testclient.cc
+++ b/third_party/libjingle/files/talk/base/testclient.cc
@@ -27,6 +27,7 @@
#include <iostream>
#include <cassert>
+#include <cstring>
#ifdef POSIX
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698