[PATCH] headers: add missing include statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 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



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux