diff options
Diffstat (limited to 'coreutils/cmp.c')
-rw-r--r-- | coreutils/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cmp.c b/coreutils/cmp.c index 80fab0b..e5dda80 100644 --- a/coreutils/cmp.c +++ b/coreutils/cmp.c @@ -21,7 +21,7 @@ * in the '-l' case. */ -#include "busybox.h" +#include "libbb.h" static FILE *cmp_xfopen_input(const char *filename) { |