diff options
Diffstat (limited to 'archival/libarchive/seek_by_jump.c')
-rw-r--r-- | archival/libarchive/seek_by_jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/seek_by_jump.c b/archival/libarchive/seek_by_jump.c index 7c2c52a..4fcd99a 100644 --- a/archival/libarchive/seek_by_jump.c +++ b/archival/libarchive/seek_by_jump.c @@ -4,7 +4,7 @@ */ #include "libbb.h" -#include "archive.h" +#include "bb_archive.h" void FAST_FUNC seek_by_jump(int fd, off_t amount) { |