aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/get_header_cpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/get_header_cpio.c')
-rw-r--r--archival/libarchive/get_header_cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/get_header_cpio.c b/archival/libarchive/get_header_cpio.c
index 3d99b492a..1a0058b63 100644
--- a/archival/libarchive/get_header_cpio.c
+++ b/archival/libarchive/get_header_cpio.c
@@ -5,7 +5,7 @@
*/
#include "libbb.h"
-#include "archive.h"
+#include "bb_archive.h"
typedef struct hardlinks_t {
struct hardlinks_t *next;