Skip to content

Commit

Permalink
fs/reiserfs/hashes.c should #include <linux/reiserfs_fs.h>
Browse files Browse the repository at this point in the history
Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent a70cf17 commit 0fb2dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/reiserfs/hashes.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
//

#include <linux/kernel.h>
#include <linux/reiserfs_fs.h>
#include <asm/types.h>
#include <asm/bug.h>

Expand Down

0 comments on commit 0fb2dae

Please sign in to comment.