projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70cf17
)
fs/reiserfs/hashes.c should #include <linux/reiserfs_fs.h>
author
Adrian Bunk
<bunk@stusta.de>
Tue, 8 Nov 2005 15:49:52 +0000
(16:49 +0100)
committer
Adrian Bunk
<bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:49:52 +0000
(16:49 +0100)
Every file should #include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/reiserfs/hashes.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/hashes.c
b/fs/reiserfs/hashes.c
index
37c1306
..
a3ec238
100644
(file)
--- 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>