diff options
-rw-r--r-- | fsck_minix.c | 2 | ||||
-rw-r--r-- | util-linux/fsck_minix.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fsck_minix.c b/fsck_minix.c index a140bcecf..2119baead 100644 --- a/fsck_minix.c +++ b/fsck_minix.c | |||
@@ -86,7 +86,6 @@ | |||
86 | * enforced (but it's not much fun on a character device :-). | 86 | * enforced (but it's not much fun on a character device :-). |
87 | */ | 87 | */ |
88 | 88 | ||
89 | #include <linux/fs.h> | ||
90 | #include "internal.h" | 89 | #include "internal.h" |
91 | #include <stdio.h> | 90 | #include <stdio.h> |
92 | #include <errno.h> | 91 | #include <errno.h> |
@@ -99,6 +98,7 @@ | |||
99 | #include <mntent.h> | 98 | #include <mntent.h> |
100 | #include <sys/stat.h> | 99 | #include <sys/stat.h> |
101 | #include <sys/param.h> | 100 | #include <sys/param.h> |
101 | #include <linux/fs.h> | ||
102 | #include <linux/minix_fs.h> | 102 | #include <linux/minix_fs.h> |
103 | 103 | ||
104 | #ifdef MINIX2_SUPER_MAGIC2 | 104 | #ifdef MINIX2_SUPER_MAGIC2 |
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index a140bcecf..2119baead 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -86,7 +86,6 @@ | |||
86 | * enforced (but it's not much fun on a character device :-). | 86 | * enforced (but it's not much fun on a character device :-). |
87 | */ | 87 | */ |
88 | 88 | ||
89 | #include <linux/fs.h> | ||
90 | #include "internal.h" | 89 | #include "internal.h" |
91 | #include <stdio.h> | 90 | #include <stdio.h> |
92 | #include <errno.h> | 91 | #include <errno.h> |
@@ -99,6 +98,7 @@ | |||
99 | #include <mntent.h> | 98 | #include <mntent.h> |
100 | #include <sys/stat.h> | 99 | #include <sys/stat.h> |
101 | #include <sys/param.h> | 100 | #include <sys/param.h> |
101 | #include <linux/fs.h> | ||
102 | #include <linux/minix_fs.h> | 102 | #include <linux/minix_fs.h> |
103 | 103 | ||
104 | #ifdef MINIX2_SUPER_MAGIC2 | 104 | #ifdef MINIX2_SUPER_MAGIC2 |