Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/miscutils/mt.c b/miscutils/mt.c
index e77f58a..6acae4e 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -1,5 +1,5 @@
 /* vi: set sw=4 ts=4: */
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <sys/mtio.h>
 #include <sys/fcntl.h>