From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:10:32 +0000 (+0530) Subject: headers_check fix: linux/rtnetlink.h X-Git-Tag: v3.12-rc1~15628^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=541c94f1d5ac2665fd15f1b827416f8c0b2f55cb;p=kernel%2Fkernel-generic.git headers_check fix: linux/rtnetlink.h fix the following 'make headers_check' warning: usr/include/linux/rtnetlink.h:328: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index e88f705..1e5f673 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -1,6 +1,7 @@ #ifndef __LINUX_RTNETLINK_H #define __LINUX_RTNETLINK_H +#include #include #include #include