From f896defc8b5e0f1638d4689f3ea56b5b0c593e37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Thu, 14 Oct 2010 15:42:25 +0000 Subject: [PATCH] opennhrp: Fix compile on 2.6.36 SVN-Revision: 23443 --- net/opennhrp/patches/100-compile-fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/opennhrp/patches/100-compile-fix.patch diff --git a/net/opennhrp/patches/100-compile-fix.patch b/net/opennhrp/patches/100-compile-fix.patch new file mode 100644 index 0000000000..f822feb97f --- /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 -- 2.30.2