Include <unistd.h> for size_t
This commit is contained in:
parent
6d10bfffca
commit
bb8c58cdd7
@ -31,6 +31,7 @@
|
||||
#define crypto_scrypt_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if SIZE_MAX > 0xffffffffULL
|
||||
# define ARCH_BITS 64
|
||||
|
Loading…
Reference in New Issue
Block a user