diff options
Diffstat (limited to 'tail.c')
-rw-r--r-- | tail.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,8 +23,12 @@ | |||
23 | 23 | ||
24 | #include "busybox.h" | 24 | #include "busybox.h" |
25 | 25 | ||
26 | #include <sys/types.h> | ||
27 | #include <fcntl.h> | 26 | #include <fcntl.h> |
27 | #include <getopt.h> | ||
28 | #include <string.h> | ||
29 | #include <stdlib.h> | ||
30 | #include <unistd.h> | ||
31 | #include <sys/types.h> | ||
28 | 32 | ||
29 | static struct suffix_mult tail_suffixes[] = { | 33 | static struct suffix_mult tail_suffixes[] = { |
30 | { "b", 512 }, | 34 | { "b", 512 }, |