From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:28:19 +0000 (+0530) Subject: headers_check fix: linux/neighbour.h X-Git-Tag: v2.6.29-rc4~77^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee79a6415f911801eb7804704ac130088281b2d8;p=platform%2Fkernel%2Flinux-3.10.git headers_check fix: linux/neighbour.h fix the following 'make headers_check' warning: usr/include/linux/neighbour.h:8: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/neighbour.h b/include/linux/neighbour.h index bd3bbf6..8730d5d 100644 --- a/include/linux/neighbour.h +++ b/include/linux/neighbour.h @@ -1,6 +1,7 @@ #ifndef __LINUX_NEIGHBOUR_H #define __LINUX_NEIGHBOUR_H +#include #include struct ndmsg