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

Unified Diff: third_party/libjingle/files/talk/base/urlencode.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/urlencode.cc
diff --git a/third_party/libjingle/files/talk/base/urlencode.cc b/third_party/libjingle/files/talk/base/urlencode.cc
index b654c352ba6a8b56a0d73e24d6fe452ae7327d9f..d80fbe1c9ff777608bd95377b55b5746e2998bab 100644
--- a/third_party/libjingle/files/talk/base/urlencode.cc
+++ b/third_party/libjingle/files/talk/base/urlencode.cc
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <string.h>
#include "talk/base/urlencode.h"
ncarter (slow) 2009/10/27 20:13:51 Somehow this file got to be without a copyright no
ncarter (slow) 2009/10/27 20:17:49 Oh, actually, this is the way it is in the libjing
static int HexPairValue(const char * code) {

Powered by Google App Engine
This is Rietveld 408576698