libnl: include limits.h to fix build failure
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 May 2010 21:39:51 +0000 (23:39 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 11 May 2010 07:02:07 +0000 (09:02 +0200)
commitc488481e9caf7717f50d89b952a27cbcc6343639
tree5b59526a3fbcdb7369aa00d588fef6a55b8e5a24
parentc554cc2a2e62e4c383a20270b34a8d9b933ca6f0
libnl: include limits.h to fix build failure

Fixes the ULONG_MAX definition problem:

In file included from cache.c:43:
../include/netlink-local.h: In function '__str2type':../include/netlink-local.h:218: error: 'ULONG_MAX' undeclared (first use in this function)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/libnl/libnl-1.1-netlink-local-fix.patch [new file with mode: 0644]