aboutsummaryrefslogtreecommitdiff
path: root/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'tail.c')
-rw-r--r--tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tail.c b/tail.c
index 778c2d18b..a85256c80 100644
--- a/tail.c
+++ b/tail.c
@@ -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
33static const struct suffix_mult tail_suffixes[] = { 33static const struct suffix_mult tail_suffixes[] = {
34 { "b", 512 }, 34 { "b", 512 },