diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-06 15:18:09 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-06 15:18:09 +0000 |
commit | ba248206fe50b4b905e220cdb68f4959593c17e7 (patch) | |
tree | 04d3f095436c25870280cb70a55d6bb8ee3f517f /coreutils | |
parent | 664c6e7ea0ed6c78ed84e4055532e9d32e38731b (diff) | |
download | busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.gz busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.bz2 busybox-w32-ba248206fe50b4b905e220cdb68f4959593c17e7.zip |
change strange depend to libbb.h, but require busybox.h
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 | { |