diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-22 12:45:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-22 12:45:14 +0200 |
commit | d184a728cf5c270f1653f60bc0b6b83290127121 (patch) | |
tree | 06851defd9dc65bf540049a16bed1f0ba85b1ec9 /libbb | |
parent | 45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff) | |
download | busybox-d184a728cf5c270f1653f60bc0b6b83290127121.tar.gz |
rename archive.h to bb_archive.h. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/appletlib.c | 2 | ||||
-rw-r--r-- | libbb/read_printf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 8157b4f42..efde3b69d 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -62,7 +62,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE; #if ENABLE_FEATURE_COMPRESS_USAGE static const char packed_usage[] ALIGN1 = { PACKED_USAGE }; -# include "archive.h" +# include "bb_archive.h" static const char *unpack_usage_messages(void) { char *outbuf = NULL; 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 @@ ) #if ZIPPED -# include "archive.h" +# include "bb_archive.h" #endif |