From: Kylie McClain Date: Wed, 13 Jun 2018 21:11:48 +0000 (-0400) Subject: archive_entry.h: Fix missing int64_t type on musl libc X-Git-Tag: v3.3.3~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1027%2Fhead;p=thirdparty%2Flibarchive.git archive_entry.h: Fix missing int64_t type on musl libc --- 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__)