Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/test.c b/coreutils/test.c
index a2bec44..acd6947 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -31,7 +31,7 @@
  * 	"This program is in the Public Domain."
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <ctype.h>