Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/whoami.c b/coreutils/whoami.c
index 84b27fe..f3c21b3 100644
--- a/coreutils/whoami.c
+++ b/coreutils/whoami.c
@@ -20,7 +20,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <pwd.h>