aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/seek_by_read.c
diff options
context:
space:
mode:
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.