Преглед на файлове

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)
 {