浏览代码

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>
Adrian Bunk 19 年之前
父节点
当前提交
a70cf17c23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/partitions/ultrix.c

+ 1 - 0
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)
 {