Index: base/port.h |
diff --git a/base/port.h b/base/port.h |
index 2e66057aeeaf7c61693ac999c73669fec05ec153..b4059b30df4d1d10475572fc0c88f15f63f18295 100644 |
--- a/base/port.h |
+++ b/base/port.h |
@@ -52,4 +52,8 @@ |
#define API_CALL |
#endif |
+#if defined(OS_ANDROID) |
+#include <ctype.h> |
brettw
2011/06/24 22:23:57
What's this for?
michaelbai
2011/06/24 23:30:44
It is for tolower isspace etc. I can not figure ou
brettw
2011/06/25 00:07:19
Seems like we should be adding the ctype includes
michaelbai
2011/06/28 18:02:10
It seemed that I have to change too many files and
brettw
2011/06/29 16:38:36
I really don't think ctype.h should be in any comm
michaelbai
2011/07/06 18:05:52
Done.
|
+#endif |
+ |
#endif // BASE_PORT_H_ |