From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:28:19 +0000 (+0530) Subject: headers_check fix: linux/neighbour.h X-Git-Tag: firefly_0821_release~15230^2~72 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee79a6415f911801eb7804704ac130088281b2d8;p=firefly-linux-kernel-4.4.55.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 bd3bbf668cdb..8730d5dae1bc 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