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