summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/talk/base/urlencode.cc
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 23:26:59 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 23:26:59 +0000
commite99836f6330b6518d2aa91a0be6ee656f7d6e3d1 (patch)
treed94a4ffd4edc9483a5a782f61fca1ff774d82327 /third_party/libjingle/files/talk/base/urlencode.cc
parent8129fa5c5831b56fe73e15ebd6cf42fd3a7c935c (diff)
downloadchromium_src-e99836f6330b6518d2aa91a0be6ee656f7d6e3d1.zip
chromium_src-e99836f6330b6518d2aa91a0be6ee656f7d6e3d1.tar.gz
chromium_src-e99836f6330b6518d2aa91a0be6ee656f7d6e3d1.tar.bz2
linux: fix gcc 4.3 issues (for arm)
These are mostly minor syntax / missing header fixes. Review URL: http://codereview.chromium.org/338037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle/files/talk/base/urlencode.cc')
-rw-r--r--third_party/libjingle/files/talk/base/urlencode.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libjingle/files/talk/base/urlencode.cc b/third_party/libjingle/files/talk/base/urlencode.cc
index b654c35..d80fbe1 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"
static int HexPairValue(const char * code) {