From: mb Date: Thu, 14 Oct 2010 15:42:25 +0000 (+0000) Subject: opennhrp: Fix compile on 2.6.36 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1ef1cd11fbec3214c39e3b6db355b9a29c63b3ed;p=packages.git opennhrp: Fix compile on 2.6.36 git-svn-id: svn://svn.openwrt.org/openwrt/packages@23443 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/opennhrp/patches/100-compile-fix.patch b/net/opennhrp/patches/100-compile-fix.patch new file mode 100644 index 000000000..f822feb97 --- /dev/null +++ b/net/opennhrp/patches/100-compile-fix.patch @@ -0,0 +1,14 @@ +--- + nhrp/sysdep_netlink.c | 1 + + 1 file changed, 1 insertion(+) + +--- opennhrp-0.11.3.orig/nhrp/sysdep_netlink.c ++++ opennhrp-0.11.3/nhrp/sysdep_netlink.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + #include + #include + #include