diff options
Diffstat (limited to 'init/reboot.c')
-rw-r--r-- | init/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/reboot.c b/init/reboot.c index bde8dbd..354286d 100644 --- a/init/reboot.c +++ b/init/reboot.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <signal.h> extern int reboot_main(int argc, char **argv) |