diff options
author | Eric Andersen | 2000-07-06 17:08:38 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-06 17:08:38 +0000 |
commit | b1e379f7f3cd138127b083ab3eb393c07bbbbaea (patch) | |
tree | 61ef77c0f12cb123ab0959899a0522d684a61d30 /fsck_minix.c | |
parent | 78eab2f6c634aa9e08d923c9aa4d63b73440bd38 (diff) | |
download | busybox-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.zip busybox-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.tar.gz |
Remove some warning with glibc.
-Erik
Diffstat (limited to 'fsck_minix.c')
-rw-r--r-- | fsck_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck_minix.c b/fsck_minix.c index a140bce..2119bae 100644 --- a/fsck_minix.c +++ b/fsck_minix.c @@ -86,7 +86,6 @@ * enforced (but it's not much fun on a character device :-). */ -#include <linux/fs.h> #include "internal.h" #include <stdio.h> #include <errno.h> @@ -99,6 +98,7 @@ #include <mntent.h> #include <sys/stat.h> #include <sys/param.h> +#include <linux/fs.h> #include <linux/minix_fs.h> #ifdef MINIX2_SUPER_MAGIC2 |