diff options
author | Denys Vlasenko | 2011-09-22 12:45:14 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-09-22 12:45:14 +0200 |
commit | d184a728cf5c270f1653f60bc0b6b83290127121 (patch) | |
tree | 06851defd9dc65bf540049a16bed1f0ba85b1ec9 /archival/libarchive/get_header_tar.c | |
parent | 45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff) | |
download | busybox-d184a728cf5c270f1653f60bc0b6b83290127121.zip 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 'archival/libarchive/get_header_tar.c')
-rw-r--r-- | archival/libarchive/get_header_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/get_header_tar.c b/archival/libarchive/get_header_tar.c index 79caff5..41e3efb 100644 --- a/archival/libarchive/get_header_tar.c +++ b/archival/libarchive/get_header_tar.c @@ -12,7 +12,7 @@ */ #include "libbb.h" -#include "archive.h" +#include "bb_archive.h" typedef uint32_t aliased_uint32_t FIX_ALIASING; typedef off_t aliased_off_t FIX_ALIASING; |