[PATCH] Kamikaze libnl against eglibc missing ULONG_MAX macro
when compiling libnl against eglibc: ULONG_MAX is not found in
netlink-local.h

Signed-off-by: Henning Meyer <[email protected]>

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to