From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:04:15 +0000 (+0530) Subject: headers_check fix: linux/bfs_fs.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1da9ebd5abb2e960c4ca4d49f7587e6c76b16ac0;p=linux-beck.git headers_check fix: linux/bfs_fs.h fix the following 'make headers_check' warning: usr/include/linux/bfs_fs.h:24: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/bfs_fs.h b/include/linux/bfs_fs.h index 8ed6dfdcd783..1c0b355aa515 100644 --- a/include/linux/bfs_fs.h +++ b/include/linux/bfs_fs.h @@ -6,6 +6,8 @@ #ifndef _LINUX_BFS_FS_H #define _LINUX_BFS_FS_H +#include + #define BFS_BSIZE_BITS 9 #define BFS_BSIZE (1<