Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 14:45:14 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-22 14:45:14 +0400
commitd184a728cf5c270f1653f60bc0b6b83290127121 (patch)
tree06851defd9dc65bf540049a16bed1f0ba85b1ec9 /archival/libarchive/header_verbose_list.c
parent45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff)
rename archive.h to bb_archive.h. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libarchive/header_verbose_list.c')
-rw-r--r--archival/libarchive/header_verbose_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/header_verbose_list.c b/archival/libarchive/header_verbose_list.c
index bc4e4154b..87dd82136 100644
--- a/archival/libarchive/header_verbose_list.c
+++ b/archival/libarchive/header_verbose_list.c
@@ -4,7 +4,7 @@
*/
#include "libbb.h"
-#include "archive.h"
+#include "bb_archive.h"
void FAST_FUNC header_verbose_list(const file_header_t *file_header)
{