diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-06 15:18:09 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-06 15:18:09 +0000 |
commit | 958cf940516b45524fd1be2a25736795f7892e3f (patch) | |
tree | 04d3f095436c25870280cb70a55d6bb8ee3f517f /coreutils/uudecode.c | |
parent | 1d502e31f7b47e22edba4832d32ae95bcf12964f (diff) | |
download | busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.gz busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.tar.bz2 busybox-w32-958cf940516b45524fd1be2a25736795f7892e3f.zip |
change strange depend to libbb.h, but require busybox.h
git-svn-id: svn://busybox.net/trunk/busybox@11791 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/uudecode.c')
-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 | { |