diff options
Diffstat (limited to 'coreutils/length.c')
-rw-r--r-- | coreutils/length.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/length.c b/coreutils/length.c index b3a9d4903..a310b3b2f 100644 --- a/coreutils/length.c +++ b/coreutils/length.c @@ -2,7 +2,7 @@ /* BB_AUDIT SUSv3 N/A -- Apparently a busybox (obsolete?) extension. */ -#include "busybox.h" +#include "libbb.h" /* This is a NOFORK applet. Be very careful! */ |