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