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