| commit | 0ac8e58f3818795d02ac309bd57b4d93ec283a77 | [log] [tgz] |
|---|---|---|
| author | Florian Fainelli <florian@openwrt.org> | Tue Aug 09 12:24:17 2011 +0100 |
| committer | Will Deacon <will.deacon@arm.com> | Fri Aug 12 15:40:20 2011 +0100 |
| tree | 4d1587423e36e19298ba0d0b4fbfd726fca832e5 | |
| parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
ARM: fix perf build with uclibc toolchains libio.h is not provided by uClibc, in order to be able to test the definition of __UCLIBC__ we need to include stdlib.h, which also includes stddef.h, providing the definition of 'NULL'. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Will Deacon <will.deacon@arm.com>