diff options
author | "Vladimir N. Oleynik" | 2005-10-12 12:11:42 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-10-12 12:11:42 +0000 |
commit | ab57f76e13c00830fb8c3fe32dc210158abc5e91 (patch) | |
tree | f91ad789cad64c33d51c40981eca0e1dae1f259d /e2fsprogs/tune2fs.c | |
parent | 1c275de6a2b332d49355d02d3d8650aea33f1b87 (diff) | |
download | busybox-ab57f76e13c00830fb8c3fe32dc210158abc5e91.zip busybox-ab57f76e13c00830fb8c3fe32dc210158abc5e91.tar.gz |
more busyboxes, remove 1 extern function (mainstream also have for one fsck)
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r-- | e2fsprogs/tune2fs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index 0519c09..e36c477 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -25,13 +25,14 @@ * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) */ +#include <sys/types.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> -#include <sys/types.h> +#include <getopt.h> #include "e2fsbb.h" #include "ext2fs/ext2_fs.h" |