The net/route.h header is missing when compiling against the android msm
kernel. Explicitly add it here to make the kernel compile.

Signed-off-by: Florian Grandel <fgran...@gmail.com>
---
 backport/backport-include/net/ip6_fib.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backport/backport-include/net/ip6_fib.h 
b/backport/backport-include/net/ip6_fib.h
index 96b6759..ebdc94c 100644
--- a/backport/backport-include/net/ip6_fib.h
+++ b/backport/backport-include/net/ip6_fib.h
@@ -2,6 +2,7 @@
 #define __BACKPORT_NET_IP6_ROUTE_H
 #include_next <net/ip6_fib.h>
 #include <net/ip6_route.h>
+#include <linux/route.h>
 #include <linux/version.h>
 
 /*
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe backports" in

Reply via email to