aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/seek_by_jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/seek_by_jump.c')
-rw-r--r--archival/libarchive/seek_by_jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/seek_by_jump.c b/archival/libarchive/seek_by_jump.c
index 7c2c52ae1..4fcd99ac8 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)
{