summaryrefslogtreecommitdiffstats
path: root/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch
blob: 0d208470792acb97b3b37755bb75c70ba47a65aa (plain)
1
2
3
4
5
6
7
8
9
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>