From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:48:37 +0000 (+0530) Subject: headers_check fix: linux/icmpv6.h X-Git-Tag: v2.6.29-rc4~77^2~48 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18;p=~emulex%2Finfiniband.git headers_check fix: linux/icmpv6.h fix the following 'make headers_check' warning: usr/include/linux/icmpv6.h:8: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/icmpv6.h b/include/linux/icmpv6.h index a93a8dd3311..10d701eec48 100644 --- a/include/linux/icmpv6.h +++ b/include/linux/icmpv6.h @@ -1,6 +1,7 @@ #ifndef _LINUX_ICMPV6_H #define _LINUX_ICMPV6_H +#include #include struct icmp6hdr {