<errno.h> is required in scrypt_platform.h

This commit is contained in:
Frank Denis 2014-04-17 22:06:32 -07:00
parent 7b07e38c66
commit b5589d1855

View File

@ -21,6 +21,7 @@
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#include <errno.h>
#include <stdlib.h>
#include "crypto_scrypt.h"