Skip to content

Commit

Permalink
fs/partitions/ultrix.c should #include "ultrix.h"
Browse files Browse the repository at this point in the history
Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent 34c90b2 commit a70cf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/partitions/ultrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

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

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

0 comments on commit a70cf17

Please sign in to comment.