diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 10:49:52 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 10:49:52 -0500 |
| commit | 0fb2dae0a9d77d360ef09ccbcf1b45aa6384bd41 (patch) | |
| tree | 7774d6caae6d542b940daf0cf0cdfc9c7109b003 | |
| parent | a70cf17c23e9967ca2e1ad19ab4ff59850ec936c (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>
| -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 @@ | |||
| 19 | // | 19 | // |
| 20 | 20 | ||
| 21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
| 22 | #include <linux/reiserfs_fs.h> | ||
| 22 | #include <asm/types.h> | 23 | #include <asm/types.h> |
| 23 | #include <asm/bug.h> | 24 | #include <asm/bug.h> |
| 24 | 25 | ||
