diff options
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r-- | coreutils/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 592005b..e9a30da 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -18,7 +18,7 @@ * time suffixes for seconds, minutes, hours, and days. */ -#include "busybox.h" +#include "libbb.h" /* This is a NOFORK applet. Be very careful! */ |