From 9c2dbdfba58087fae720e2d9621423d1d184cf01 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sat, 28 Jun 2014 08:50:32 +0100 Subject: [PATCH] ip6tnl: Use for in6_addr and stuff is not compatible with some versions of . Cc: Susant Sahani Cc: Cong Wang Signed-off-by: Thomas Graf Signed-off-by: Thomas Haller --- lib/route/link/ip6tnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/route/link/ip6tnl.c b/lib/route/link/ip6tnl.c index ed79e82..9fe1367 100644 --- a/lib/route/link/ip6tnl.c +++ b/lib/route/link/ip6tnl.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include #define IP6_TNL_ATTR_LINK (1 << 0) #define IP6_TNL_ATTR_LOCAL (1 << 1)