aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
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
commitba248206fe50b4b905e220cdb68f4959593c17e7 (patch)
tree04d3f095436c25870280cb70a55d6bb8ee3f517f /coreutils/uudecode.c
parent664c6e7ea0ed6c78ed84e4055532e9d32e38731b (diff)
downloadbusybox-ba248206fe50b4b905e220cdb68f4959593c17e7.tar.gz
change strange depend to libbb.h, but require busybox.h
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c3
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 @@
#include <getopt.h> /* optind */
#include <string.h>
#include <stdlib.h>
-
-#include "libbb.h"
+#include "busybox.h"
static int read_stduu(FILE *src_stream, FILE *dst_stream)
{