1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 01:46:48 +03:00
openwrt-xburst/package/libnl/patches/170-fix_netlink_local_missing_limits_h.patch
nico 3058e8b6a2 [package] libnl: fix compilation with eglibc (closes: #4785)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-25 15:05:04 +00:00

11 lines
214 B
Diff

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