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:
@@ -85,6 +85,8 @@ static VC_INLINE void jent_get_nstime(uint64 *out)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
|
#if CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
|
||||||
|
|
||||||
/* taken from Linux kernel */
|
/* taken from Linux kernel */
|
||||||
|
|||||||
Reference in New Issue
Block a user