Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / init / reboot.c
index bde8dbd7750d7dc1511f80c9f1ed141e94a81fce..354286d4764e086672715a8efa5c93eeb9bce3d7 100644 (file)
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <signal.h>
 
 extern int reboot_main(int argc, char **argv)