diff options
Diffstat (limited to 'coreutils/seq.c')
-rw-r--r-- | coreutils/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/seq.c b/coreutils/seq.c index ef884d6..050c333 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c @@ -7,7 +7,7 @@ * Licensed under the GPL v2, see the file LICENSE in this tarball. */ -#include "busybox.h" +#include "libbb.h" /* This is a NOFORK applet. Be very careful! */ |