From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:14:19 +0000 (+0530) Subject: headers_check fix: linux/ip6_tunnel.h X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=217a2291570b1e4c28cb6e4cd099707e456a09b8;p=linux-2.6-omap-h63xx.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 1e7cc4af40d..acb9ad684d6 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