diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 10:49:14 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 10:49:14 -0500 |
| commit | a70cf17c23e9967ca2e1ad19ab4ff59850ec936c (patch) | |
| tree | 95e45235b2c86eae5682473572aa41ca130f8d97 | |
| parent | 34c90b29fe1b0814f26316782b4f0c0a115444df (diff) | |
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>
| -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 8a8d4d9db314..ec852c11dce4 100644 --- a/fs/partitions/ultrix.c +++ b/fs/partitions/ultrix.c | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include "check.h" | 9 | #include "check.h" |
| 10 | #include "ultrix.h" | ||
| 10 | 11 | ||
| 11 | int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev) | 12 | int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev) |
| 12 | { | 13 | { |
