Commit 217a2291570b1e4c28cb6e4cd099707e456a09b8

Authored by Jaswinder Singh Rajput
1 parent 2df005b75a

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 <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/ip6_tunnel.h
1 1 #ifndef _IP6_TUNNEL_H
2 2 #define _IP6_TUNNEL_H
3 3  
  4 +#include <linux/types.h>
  5 +
4 6 #define IPV6_TLV_TNL_ENCAP_LIMIT 4
5 7 #define IPV6_DEFAULT_TNL_ENCAP_LIMIT 4
6 8