diff options
Diffstat (limited to 'entropy.c')
-rw-r--r-- | entropy.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,8 +35,9 @@ | |||
35 | # include <fcntl.h> | 35 | # include <fcntl.h> |
36 | #endif | 36 | #endif |
37 | #include <stdarg.h> | 37 | #include <stdarg.h> |
38 | #include <unistd.h> | 38 | #include <string.h> |
39 | #include <signal.h> | 39 | #include <signal.h> |
40 | #include <unistd.h> | ||
40 | 41 | ||
41 | #include <openssl/rand.h> | 42 | #include <openssl/rand.h> |
42 | #include <openssl/crypto.h> | 43 | #include <openssl/crypto.h> |