1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-05 22:19:32 +01:00

libnl: fix compilation with eglibc (closes: #4785)

SVN-Revision: 15039
This commit is contained in:
Nicolas Thill 2009-03-25 15:05:04 +00:00
parent 47a268b30a
commit 4fdfc8ee0e

@ -0,0 +1,10 @@
--- a/include/netlink-local.h
+++ b/include/netlink-local.h
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <inttypes.h>
#include <assert.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netdb.h>