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

Unified Diff: third_party/libjingle/files/talk/base/stringencode.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/stringencode.cc
diff --git a/third_party/libjingle/files/talk/base/stringencode.cc b/third_party/libjingle/files/talk/base/stringencode.cc
index ed6edfce828c0f452188faf55de9d0f3b7992198..3c3dae81c49e4650be07c2ca273382b7b194e147 100644
--- a/third_party/libjingle/files/talk/base/stringencode.cc
+++ b/third_party/libjingle/files/talk/base/stringencode.cc
@@ -32,6 +32,7 @@
#include <alloca.h>
#define _alloca alloca
#endif // POSIX
+#include <stdlib.h>
#include "talk/base/basictypes.h"
#include "talk/base/common.h"

Powered by Google App Engine
This is Rietveld 408576698