diff options
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 4ce52cf0b..d5e3a4d72 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -10,7 +10,7 @@ Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include "busybox.h" +#include "libbb.h" static unsigned long flags; #define FLAG_COUNT_BYTES 1 |