diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 70febdf..865bea0 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -6,7 +6,7 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" int cksum_main(int argc, char **argv); int cksum_main(int argc, char **argv) |