From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:42:38 +0000 (+0530) Subject: headers_check fix: linux/gfs2_ondisk.h X-Git-Tag: v2.6.29-rc4~77^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=237416fe05067237f0bcc6370d84c09b52fb776a;p=profile%2Fivi%2Fkernel-x86-ivi.git headers_check fix: linux/gfs2_ondisk.h fix the following 'make headers_check' warning: usr/include/linux/gfs2_ondisk.h:109: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h index 14d0df0..c56b4bc 100644 --- a/include/linux/gfs2_ondisk.h +++ b/include/linux/gfs2_ondisk.h @@ -10,6 +10,8 @@ #ifndef __GFS2_ONDISK_DOT_H__ #define __GFS2_ONDISK_DOT_H__ +#include + #define GFS2_MAGIC 0x01161970 #define GFS2_BASIC_BLOCK 512 #define GFS2_BASIC_BLOCK_SHIFT 9