aboutsummaryrefslogtreecommitdiff
path: root/fs/partitions/ultrix.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-08 16:49:14 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 16:49:14 +0100
commita70cf17c23e9967ca2e1ad19ab4ff59850ec936c (patch)
tree95e45235b2c86eae5682473572aa41ca130f8d97 /fs/partitions/ultrix.c
parent34c90b29fe1b0814f26316782b4f0c0a115444df (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>
Diffstat (limited to 'fs/partitions/ultrix.c')
-rw-r--r--fs/partitions/ultrix.c1
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)
{