From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:59:11 +0000 (+0530) Subject: headers_check fix: linux/atmbr2684.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f757f603f7d52254120cbfcd967f67f663264c64;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git headers_check fix: linux/atmbr2684.h fix the following 'make headers_check' warning: usr/include/linux/atmbr2684.h:88: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/atmbr2684.h b/include/linux/atmbr2684.h index 52bf72affbba..fdb2629b6189 100644 --- a/include/linux/atmbr2684.h +++ b/include/linux/atmbr2684.h @@ -1,6 +1,7 @@ #ifndef _LINUX_ATMBR2684_H #define _LINUX_ATMBR2684_H +#include #include #include /* For IFNAMSIZ */