mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
34c90b29fe
commit
a70cf17c23
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue