aboutsummaryrefslogtreecommitdiff
path: root/libbb/read_printf.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 12:45:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 12:45:14 +0200
commitd184a728cf5c270f1653f60bc0b6b83290127121 (patch)
tree06851defd9dc65bf540049a16bed1f0ba85b1ec9 /libbb/read_printf.c
parent45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff)
downloadbusybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.tar.gz
busybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.tar.bz2
busybox-w32-d184a728cf5c270f1653f60bc0b6b83290127121.zip
rename archive.h to bb_archive.h. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/read_printf.c')
-rw-r--r--libbb/read_printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/read_printf.c b/libbb/read_printf.c
index 192f83d6e..0bbf7802a 100644
--- a/libbb/read_printf.c
+++ b/libbb/read_printf.c
@@ -15,7 +15,7 @@
15) 15)
16 16
17#if ZIPPED 17#if ZIPPED
18# include "archive.h" 18# include "bb_archive.h"
19#endif 19#endif
20 20
21 21