diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 16:49:52 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 16:49:52 +0100 |
commit | 0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41 (patch) | |
tree | 7774d6caae6d542b940daf0cf0cdfc9c7109b003 | |
parent | a70cf17c23e9967ca2e1ad19ab4ff59850ec936c (diff) | |
download | linux-0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41.tar.gz linux-0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41.tar.bz2 linux-0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41.zip |
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>
-rw-r--r-- | fs/reiserfs/hashes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/reiserfs/hashes.c b/fs/reiserfs/hashes.c index 37c1306eb9b7..a3ec238fd9e0 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> |