Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / tail.c
diff --git a/tail.c b/tail.c
index dc5918d6b23f31a85f5dd4887248cfa7f404bd81..40511aa7bbf3663dff4a90b4864cee8181470f32 100644 (file)
--- a/tail.c
+++ b/tail.c
 
 #include "busybox.h"
 
-#include <sys/types.h>
 #include <fcntl.h>
+#include <getopt.h>
+#include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
 
 static struct suffix_mult tail_suffixes[] = {
        { "b", 512 },