From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:14:19 +0000 (+0530) Subject: headers_check fix: linux/ip6_tunnel.h X-Git-Tag: v2.6.29-rc4~77^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=217a2291570b1e4c28cb6e4cd099707e456a09b8;p=karo-tx-linux.git headers_check fix: linux/ip6_tunnel.h fix the following 'make headers_check' warning: include/linux/ip6_tunnel.h:21: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/ip6_tunnel.h b/include/linux/ip6_tunnel.h index 1e7cc4af40de..acb9ad684d63 100644 --- a/include/linux/ip6_tunnel.h +++ b/include/linux/ip6_tunnel.h @@ -1,6 +1,8 @@ #ifndef _IP6_TUNNEL_H #define _IP6_TUNNEL_H +#include + #define IPV6_TLV_TNL_ENCAP_LIMIT 4 #define IPV6_DEFAULT_TNL_ENCAP_LIMIT 4