Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/cat.c b/coreutils/cat.c
index d47f814..51f1d27 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int cat_main(int argc, char **argv)