diff options
Diffstat (limited to 'coreutils/diff.c')
-rw-r--r-- | coreutils/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/diff.c b/coreutils/diff.c index 09cacbde6..f6b045b2d 100644 --- a/coreutils/diff.c +++ b/coreutils/diff.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "busybox.h" | 15 | #include "libbb.h" |
16 | 16 | ||
17 | #define FSIZE_MAX 32768 | 17 | #define FSIZE_MAX 32768 |
18 | 18 | ||