Include <unistd.h> for size_t

This commit is contained in:
Frank Denis 2015-07-18 12:07:38 +02:00
parent 6d10bfffca
commit bb8c58cdd7

View File

@ -31,6 +31,7 @@
#define crypto_scrypt_H
#include <stdint.h>
#include <unistd.h>
#if SIZE_MAX > 0xffffffffULL
# define ARCH_BITS 64