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) { |