diff options
Diffstat (limited to 'miscutils/runlevel.c')
-rw-r--r-- | miscutils/runlevel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 91d49fa55..23714f7c7 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <time.h> | 18 | #include <time.h> |
19 | #include <stdlib.h> | 19 | #include <stdlib.h> |
20 | 20 | ||
21 | int runlevel_main(int argc, char *argv[]); | ||
21 | int runlevel_main(int argc, char *argv[]) | 22 | int runlevel_main(int argc, char *argv[]) |
22 | { | 23 | { |
23 | struct utmp *ut; | 24 | struct utmp *ut; |