diff options
Diffstat (limited to 'init/halt.c')
-rw-r--r-- | init/halt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/halt.c b/init/halt.c index a6cf48bbe..d5c22a8ac 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include "busybox.h" | 10 | #include "busybox.h" |
11 | #include <sys/reboot.h> | 11 | #include <sys/reboot.h> |
12 | 12 | ||
13 | int halt_main(int argc, char *argv[]); | ||
13 | int halt_main(int argc, char *argv[]) | 14 | int halt_main(int argc, char *argv[]) |
14 | { | 15 | { |
15 | static const int magic[] = { | 16 | static const int magic[] = { |