diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 926b3ac19..04112c194 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -41,7 +41,7 @@ | |||
41 | * for which 'wc -c' should output '0'. | 41 | * for which 'wc -c' should output '0'. |
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include "busybox.h" | 44 | #include "libbb.h" |
45 | 45 | ||
46 | #ifdef CONFIG_LOCALE_SUPPORT | 46 | #ifdef CONFIG_LOCALE_SUPPORT |
47 | #define isspace_given_isprint(c) isspace(c) | 47 | #define isspace_given_isprint(c) isspace(c) |