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 2938618..b7bff6a 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c @@ -10,6 +10,7 @@ #include <sys/resource.h> #include "busybox.h" +int nice_main(int argc, char **argv); int nice_main(int argc, char **argv) { int old_priority, adjustment; |