diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 32df259..e0d21ed 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -24,7 +24,7 @@ * 7) lseek attempted when count==0 even if arg was +0 (from top) */ -#include "busybox.h" +#include "libbb.h" static const struct suffix_mult tail_suffixes[] = { { "b", 512 }, |