Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/reboot.c b/reboot.c
index bde8dbd..354286d 100644
--- a/reboot.c
+++ b/reboot.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <signal.h>
 
 extern int reboot_main(int argc, char **argv)