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