1
0
Fork 0

fs/reiserfs/hashes.c should #include <linux/reiserfs_fs.h>

Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
hifive-unleashed-5.1
Adrian Bunk 2005-11-08 16:49:52 +01:00 committed by Adrian Bunk
parent a70cf17c23
commit 0fb2dae0a9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
//
#include <linux/kernel.h>
#include <linux/reiserfs_fs.h>
#include <asm/types.h>
#include <asm/bug.h>