opennhrp: Fix compile on 2.6.36
authorMichael Büsch <mb@bu3sch.de>
Thu, 14 Oct 2010 15:42:25 +0000 (15:42 +0000)
committerMichael Büsch <mb@bu3sch.de>
Thu, 14 Oct 2010 15:42:25 +0000 (15:42 +0000)
SVN-Revision: 23443

net/opennhrp/patches/100-compile-fix.patch [new file with mode: 0644]

diff --git a/net/opennhrp/patches/100-compile-fix.patch b/net/opennhrp/patches/100-compile-fix.patch
new file mode 100644 (file)
index 0000000..f822feb
--- /dev/null
@@ -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 <asm/types.h>
+ #include <linux/netlink.h>
+ #include <linux/rtnetlink.h>
++#include <linux/in6.h>
+ #include <linux/ip.h>
+ #include <linux/if_arp.h>
+ #include <linux/if_tunnel.h>