Fix windows compilability

master
est31 2015-05-07 20:19:20 +02:00
parent f78911d858
commit b15de7b2ad
1 changed files with 2 additions and 1 deletions

3
srp.c
View File

@ -27,7 +27,8 @@
*/
#ifdef WIN32
#define _CRT_RAND_S
#include <windows.h>
#include <wincrypt.h>
#else
#include <time.h>
#endif