summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Grandel <fgrandel@gmail.com>2015-06-26 20:14:13 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2015-06-30 23:38:29 +0200
commit8ccb0e28b9782d9f1cd515e8ed7f8067b4267010 (patch)
tree728709e9bf9eea550945c318be9f81746feefe2c
parent2d0619c851b4cbfcac4ec045c731fabec70ad828 (diff)
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 <fgrandel@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/backport-include/net/ip6_fib.h1
1 files changed, 1 insertions, 0 deletions
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 <net/ip6_fib.h>
#include <net/ip6_route.h>
+#include <linux/route.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)