aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/header_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/header_list.c')
-rw-r--r--archival/libarchive/header_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/header_list.c b/archival/libarchive/header_list.c
index c4fc75f38..0621aa406 100644
--- a/archival/libarchive/header_list.c
+++ b/archival/libarchive/header_list.c
@@ -3,7 +3,7 @@
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */ 4 */
5#include "libbb.h" 5#include "libbb.h"
6#include "archive.h" 6#include "bb_archive.h"
7 7
8void FAST_FUNC header_list(const file_header_t *file_header) 8void FAST_FUNC header_list(const file_header_t *file_header)
9{ 9{