projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c90b2
)
fs/partitions/ultrix.c should #include "ultrix.h"
author
Adrian Bunk
<bunk@stusta.de>
Tue, 8 Nov 2005 15:49:14 +0000
(16:49 +0100)
committer
Adrian Bunk
<bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:49:14 +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/partitions/ultrix.c
patch
|
blob
|
history
diff --git
a/fs/partitions/ultrix.c
b/fs/partitions/ultrix.c
index
8a8d4d9
..
ec852c1
100644
(file)
--- a/
fs/partitions/ultrix.c
+++ b/
fs/partitions/ultrix.c
@@
-7,6
+7,7
@@
*/
#include "check.h"
+#include "ultrix.h"
int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev)
{