diff options
Diffstat (limited to 'procps/renice.c')
-rw-r--r-- | procps/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/renice.c b/procps/renice.c index 2964e20ea..6c5bb0e20 100644 --- a/procps/renice.c +++ b/procps/renice.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * following IDs (if any). Multiple switches are allowed. | 19 | * following IDs (if any). Multiple switches are allowed. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include "busybox.h" | 22 | #include "libbb.h" |
23 | #include <sys/resource.h> | 23 | #include <sys/resource.h> |
24 | 24 | ||
25 | void BUG_bad_PRIO_PROCESS(void); | 25 | void BUG_bad_PRIO_PROCESS(void); |