aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/seek_by_read.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 /archival/libarchive/seek_by_read.c
parent45f0a1156d3f3f5be76098f2acb524c19409fa52 (diff)
downloadbusybox-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/seek_by_read.c')
-rw-r--r--archival/libarchive/seek_by_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/seek_by_read.c b/archival/libarchive/seek_by_read.c
index ad931a8de..c0fde9660 100644
--- a/archival/libarchive/seek_by_read.c
+++ b/archival/libarchive/seek_by_read.c
@@ -4,7 +4,7 @@
*/
#include "libbb.h"
-#include "archive.h"
+#include "bb_archive.h"
/* If we are reading through a pipe, or from stdin then we can't lseek,
* we must read and discard the data to skip over it.