summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/entropy.c b/entropy.c
index 4f19c8767..ccabb1364 100644
--- a/entropy.c
+++ b/entropy.c
@@ -36,6 +36,7 @@
36#endif 36#endif
37#include <stdarg.h> 37#include <stdarg.h>
38#include <unistd.h> 38#include <unistd.h>
39#include <signal.h>
39 40
40#include <openssl/rand.h> 41#include <openssl/rand.h>
41#include <openssl/crypto.h> 42#include <openssl/crypto.h>