<sys/timeb.h> is required for Windows

This commit is contained in:
Frank Denis 2013-01-21 19:30:39 -08:00
parent 7ba8af5936
commit 4668611533

View File

@ -22,6 +22,7 @@
#ifdef _WIN32
# include <Windows.h>
# include <Wincrypt.h>
# include <sys/timeb.h>
#endif
#define SALSA20_RANDOM_BLOCK_SIZE crypto_core_salsa20_OUTPUTBYTES