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

SVN-Revision: 15039
v19.07.3_mercusys_ac12_duma
Nicolas Thill 15 years ago
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>
Loading…
Cancel
Save