diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index 293861842..b7bff6a52 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <sys/resource.h> | 10 | #include <sys/resource.h> |
11 | #include "busybox.h" | 11 | #include "busybox.h" |
12 | 12 | ||
13 | int nice_main(int argc, char **argv); | ||
13 | int nice_main(int argc, char **argv) | 14 | int nice_main(int argc, char **argv) |
14 | { | 15 | { |
15 | int old_priority, adjustment; | 16 | int old_priority, adjustment; |