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