commit | c06e37eb51282cb8e8015ddebac5edd7ba4ce57f | [log] [tgz] |
---|---|---|
author | Raghu Gandham <raghu@mips.com> | Thu Mar 15 17:13:24 2012 -0700 |
committer | Raghu Gandham <raghu@mips.com> | Thu Mar 15 17:24:23 2012 -0700 |
tree | aeb49450bc03d0f85604f026d3e9d58ef9ea65f8 | |
parent | 89b7a104d41c1ecbc1319a3d47199d40d56ebc96 [diff] |
ndk: Include limits.h in wchar.h as it contains the definitions for INT_MAX and INT_MIN. Without this fix, the following lines will fail when configuring gnu stdlibc++ library. (INT_MAX and INT_MIN are undefined.) #define WCHAR_MAX INT_MAX #define WCHAR_MIN INT_MIN Change-Id: Ifa87cf011cf7068c48755fc9ce5c0d73e95ef2dc Signed-off-by: Chao-Ying Fu <fu@mips.com>