Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/tail.c b/tail.c
index dcb4f67..1091d28 100644
--- a/tail.c
+++ b/tail.c
@@ -38,7 +38,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <getopt.h>
-#include "internal.h"
+#include "busybox.h"
 
 #define STDIN "standard input"
 #define LINES 0