From 8ccb0e28b9782d9f1cd515e8ed7f8067b4267010 Mon Sep 17 00:00:00 2001 From: Florian Grandel Date: Fri, 26 Jun 2015 20:14:13 +0200 Subject: headers: add missing include statement Upstream commit: 84cf1166445ccb36af7d0071c06a6643cf0b6e45 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 Signed-off-by: Hauke Mehrtens --- 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 8c5d8ffa..55fbf3a3 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 #include +#include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0) -- cgit v1.2.3