From: Adrian Bunk Date: Sat, 10 Sep 2005 07:27:20 +0000 (-0700) Subject: [PATCH] fs/cramfs/uncompress.c should #include X-Git-Tag: 2.1b_release~39807 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e711700a0e6a6824fcfd5519d6b6982850a648ee;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git [PATCH] fs/cramfs/uncompress.c should #include Every file should #include the header with the prototypes of the global functions it is offering. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/cramfs/uncompress.c b/fs/cramfs/uncompress.c index 5034365..8def89f 100644 --- a/fs/cramfs/uncompress.c +++ b/fs/cramfs/uncompress.c @@ -19,6 +19,7 @@ #include #include #include +#include static z_stream stream; static int initialized;