diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 16:49:14 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 16:49:14 +0100 |
commit | a70cf17c23e9967ca2e1ad19ab4ff59850ec936c (patch) | |
tree | 95e45235b2c86eae5682473572aa41ca130f8d97 /fs/partitions | |
parent | 34c90b29fe1b0814f26316782b4f0c0a115444df (diff) | |
download | linux-3.10-a70cf17c23e9967ca2e1ad19ab4ff59850ec936c.tar.gz linux-3.10-a70cf17c23e9967ca2e1ad19ab4ff59850ec936c.tar.bz2 linux-3.10-a70cf17c23e9967ca2e1ad19ab4ff59850ec936c.zip |
fs/partitions/ultrix.c should #include "ultrix.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/partitions')
-rw-r--r-- | fs/partitions/ultrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/partitions/ultrix.c b/fs/partitions/ultrix.c index 8a8d4d9db31..ec852c11dce 100644 --- 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) { |