diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/uudecode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 6167c9fad..b4bcc72e2 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -27,8 +27,7 @@ | |||
27 | #include <getopt.h> /* optind */ | 27 | #include <getopt.h> /* optind */ |
28 | #include <string.h> | 28 | #include <string.h> |
29 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | 30 | #include "busybox.h" | |
31 | #include "libbb.h" | ||
32 | 31 | ||
33 | static int read_stduu(FILE *src_stream, FILE *dst_stream) | 32 | static int read_stduu(FILE *src_stream, FILE *dst_stream) |
34 | { | 33 | { |