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

View File

@ -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>