aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/tune2fs.c
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-12 12:11:42 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-10-12 12:11:42 +0000
commitab57f76e13c00830fb8c3fe32dc210158abc5e91 (patch)
treef91ad789cad64c33d51c40981eca0e1dae1f259d /e2fsprogs/tune2fs.c
parent1c275de6a2b332d49355d02d3d8650aea33f1b87 (diff)
downloadbusybox-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c
index 0519c0981..e36c47734 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"