Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 */

#include "check.h"
#include "ultrix.h"

int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev)
{