diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 17:08:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 17:08:38 +0000 |
commit | b1e379f7f3cd138127b083ab3eb393c07bbbbaea (patch) | |
tree | 61ef77c0f12cb123ab0959899a0522d684a61d30 /util-linux | |
parent | 78eab2f6c634aa9e08d923c9aa4d63b73440bd38 (diff) | |
download | busybox-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.tar.gz |
Remove some warning with glibc.
-Erik
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fsck_minix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ * 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 |