From: Adrian Bunk Date: Tue, 8 Nov 2005 15:49:52 +0000 (+0100) Subject: fs/reiserfs/hashes.c should #include X-Git-Tag: accepted/tizen/common/20141203.182822~41963^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41;p=platform%2Fkernel%2Flinux-arm64.git fs/reiserfs/hashes.c should #include Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk --- diff --git a/fs/reiserfs/hashes.c b/fs/reiserfs/hashes.c index 37c1306..a3ec238 100644 --- a/fs/reiserfs/hashes.c +++ b/fs/reiserfs/hashes.c @@ -19,6 +19,7 @@ // #include +#include #include #include