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

Unified Diff: third_party/libjingle/files/talk/base/host.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/host.cc
diff --git a/third_party/libjingle/files/talk/base/host.cc b/third_party/libjingle/files/talk/base/host.cc
index df5f7f745dd738e89b377cb2e56840488fe4c34c..e6fe6480aac69c05a88e7004aeb19939cd342dcd 100644
--- a/third_party/libjingle/files/talk/base/host.cc
+++ b/third_party/libjingle/files/talk/base/host.cc
@@ -28,6 +28,7 @@
#include <string>
#include <iostream>
#include <cassert>
+#include <cstdlib>
#include <errno.h>
#ifdef POSIX

Powered by Google App Engine
This is Rietveld 408576698