mirror of
https://github.com/albertobsd/keyhunt.git
synced 2025-03-17 13:21:46 +01:00
commit
a93db93583
@ -34,6 +34,9 @@ email: albertobsd@gmail.com
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
|
||||
#ifdef __unix__
|
||||
#include <linux/random.h>
|
||||
#endif
|
||||
|
||||
|
@ -21,6 +21,9 @@
|
||||
#if defined(_WIN64) && !defined(__CYGWIN__)
|
||||
#else
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
|
||||
#ifdef __unix__
|
||||
#include <linux/random.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user