From e711700a0e6a6824fcfd5519d6b6982850a648ee Mon Sep 17 00:00:00 2001 From: Adrian Bunk <bunk@stusta.de> Date: Sat, 10 Sep 2005 00:27:20 -0700 Subject: [PATCH] [PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h> Every file should #include the header with the prototypes of the global functions it is offering. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> --- fs/cramfs/uncompress.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/cramfs/uncompress.c b/fs/cramfs/uncompress.c index 5034365b06a8..8def89f2c438 100644 --- a/fs/cramfs/uncompress.c +++ b/fs/cramfs/uncompress.c @@ -19,6 +19,7 @@ #include <linux/errno.h> #include <linux/vmalloc.h> #include <linux/zlib.h> +#include <linux/cramfs_fs.h> static z_stream stream; static int initialized; -- GitLab