Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/tty.c b/tty.c
index bbc051f..6eebed9 100644
--- a/tty.c
+++ b/tty.c
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <sys/types.h>