From 528d49e514954d7135fa59652071f146a83a752b Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Wed, 13 Jun 2018 17:11:48 -0400 Subject: [PATCH] archive_entry.h: Fix missing int64_t type on musl libc --- libarchive/archive_entry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index 288c3e184..78a060c24 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -42,6 +42,7 @@ #include #include /* for wchar_t */ +#include #include #if defined(_WIN32) && !defined(__CYGWIN__) -- 2.47.2