]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
archive_entry.h: Fix missing int64_t type on musl libc 1027/head
authorKylie McClain <kylie@somas.is>
Wed, 13 Jun 2018 21:11:48 +0000 (17:11 -0400)
committerKylie McClain <kylie@somas.is>
Wed, 13 Jun 2018 21:11:48 +0000 (17:11 -0400)
libarchive/archive_entry.h

index 288c3e184e0ac48fc12a065a28eec0005d08363f..78a060c242de2b9d9e37679be7de5f1e35f1df58 100644 (file)
@@ -42,6 +42,7 @@
 
 #include <sys/types.h>
 #include <stddef.h>  /* for wchar_t */
+#include <stdint.h>
 #include <time.h>
 
 #if defined(_WIN32) && !defined(__CYGWIN__)