فهرست منبع

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