diff options
Diffstat (limited to '')
-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 0519c0981..e36c47734 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c | |||
@@ -25,13 +25,14 @@ | |||
25 | * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) | 25 | * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <sys/types.h> | ||
28 | #include <fcntl.h> | 29 | #include <fcntl.h> |
29 | #include <stdio.h> | 30 | #include <stdio.h> |
30 | #include <stdlib.h> | 31 | #include <stdlib.h> |
31 | #include <string.h> | 32 | #include <string.h> |
32 | #include <time.h> | 33 | #include <time.h> |
33 | #include <unistd.h> | 34 | #include <unistd.h> |
34 | #include <sys/types.h> | 35 | #include <getopt.h> |
35 | 36 | ||
36 | #include "e2fsbb.h" | 37 | #include "e2fsbb.h" |
37 | #include "ext2fs/ext2_fs.h" | 38 | #include "ext2fs/ext2_fs.h" |