From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:02:35 +0000 (+0530) Subject: headers_check fix: mtd/inftl-user.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=70c2ed65fe4090c9b92512ee1e35dc6625539f90;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git headers_check fix: mtd/inftl-user.h fix the following 'make headers_check' warning: usr/include/mtd/inftl-user.h:61: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/mtd/inftl-user.h b/include/mtd/inftl-user.h index e17eda302b2d..d409d489d900 100644 --- a/include/mtd/inftl-user.h +++ b/include/mtd/inftl-user.h @@ -6,6 +6,8 @@ #ifndef __MTD_INFTL_USER_H__ #define __MTD_INFTL_USER_H__ +#include + #define OSAK_VERSION 0x5120 #define PERCENTUSED 98