aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/hashes.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-08 16:49:52 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 16:49:52 +0100
commit0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41 (patch)
tree7774d6caae6d542b940daf0cf0cdfc9c7109b003 /fs/reiserfs/hashes.c
parenta70cf17c23e9967ca2e1ad19ab4ff59850ec936c (diff)
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>
Diffstat (limited to 'fs/reiserfs/hashes.c')
-rw-r--r--fs/reiserfs/hashes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/reiserfs/hashes.c b/fs/reiserfs/hashes.c
index 37c1306eb9b..a3ec238fd9e 100644
--- a/fs/reiserfs/hashes.c
+++ b/fs/reiserfs/hashes.c
@@ -19,6 +19,7 @@
//
#include <linux/kernel.h>
+#include <linux/reiserfs_fs.h>
#include <asm/types.h>
#include <asm/bug.h>