Commit a70cf17c authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

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: default avatarAdrian Bunk <bunk@stusta.de>
parent 34c90b29
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include "check.h" #include "check.h"
#include "ultrix.h"
int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev) int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment