Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/wc.c b/coreutils/wc.c
index ca5b368..b1c9a51 100644
--- a/coreutils/wc.c
+++ b/coreutils/wc.c
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <getopt.h>