Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/init/init.c b/init/init.c
index 2c23e60..17e605b 100644
--- a/init/init.c
+++ b/init/init.c
@@ -27,7 +27,7 @@
 #define DEBUG_INIT
 */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>