1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux/macOS: Add explicit include of <sys/types.h> to define ssize_t

Some systems (e.g. Alpine Linux) seems to require this.
This commit is contained in:
Mounir IDRASSI
2023-08-06 10:28:42 +02:00
parent dab261c694
commit fba1943d87

View File

@@ -85,6 +85,8 @@ static VC_INLINE void jent_get_nstime(uint64 *out)
#else
#include <sys/types.h>
#if CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
/* taken from Linux kernel */