diff options
Diffstat (limited to 'archival/libarchive/seek_by_read.c')
-rw-r--r-- | archival/libarchive/seek_by_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/seek_by_read.c b/archival/libarchive/seek_by_read.c index ad931a8..c0fde96 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. |