summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch b/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch
new file mode 100644
index 000000000..0d2084707
--- /dev/null
+++ b/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch
@@ -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>