summaryrefslogtreecommitdiffstats
path: root/abs/extra/libnl/ulong_max.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/libnl/ulong_max.patch')
-rw-r--r--abs/extra/libnl/ulong_max.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/libnl/ulong_max.patch b/abs/extra/libnl/ulong_max.patch
new file mode 100644
index 0000000..d9ef218
--- /dev/null
+++ b/abs/extra/libnl/ulong_max.patch
@@ -0,0 +1,11 @@
+--- libnl-1.1/include/netlink-local.h.orig 2008-06-08 19:09:20.000000000
++0200
++++ libnl-1.1/include/netlink-local.h 2008-06-08 19:09:33.000000000 +0200
+@@ -26,6 +26,7 @@
+ #include <sys/socket.h>
+ #include <inttypes.h>
+ #include <assert.h>
++#include <limits.h>
+
+ #include <arpa/inet.h>
+ #include <netdb.h>