diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
| commit | 490bfaade9fd39fe364761a9abb9e53381c5571c (patch) | |
| tree | 043f54862360ff8a1158c881c9634f7ee0cd52b9 /entropy.c | |
| parent | 8211d6b01828096abeefb4a88cd06030d0097c10 (diff) | |
Notes
Diffstat (limited to 'entropy.c')
| -rw-r--r-- | entropy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/entropy.c b/entropy.c index ccabb136441a..8b705397ff9a 100644 --- a/entropy.c +++ b/entropy.c @@ -35,8 +35,9 @@ # include <fcntl.h> #endif #include <stdarg.h> -#include <unistd.h> +#include <string.h> #include <signal.h> +#include <unistd.h> #include <openssl/rand.h> #include <openssl/crypto.h> |
