aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index c195a3e6f..779710edd 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14 14
15#include "busybox.h" 15#include "libbb.h"
16 16
17static void read_stduu(FILE *src_stream, FILE *dst_stream) 17static void read_stduu(FILE *src_stream, FILE *dst_stream)
18{ 18{