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 @@
*
*/
-#include "busybox.h"
#include <fcntl.h>
#include <getopt.h>
@@ -29,6 +28,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
+#include "busybox.h"
static const struct suffix_mult tail_suffixes[] = {
{ "b", 512 },