From: Rich Salz Date: Thu, 12 Feb 2015 19:23:28 +0000 (-0500) Subject: RT3684: rand_egd needs stddef.h X-Git-Tag: OpenSSL_1_0_1m~62 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=a9ea906654c616908f1195f1396c5bf5cf7fe646;p=openssl.git RT3684: rand_egd needs stddef.h Reviewed-by: Andy Polyakov (cherry picked from commit 872f91c4036e35d292d423e751741ba76f8c5594) --- diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index 1b6e501b73..737aebfa22 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -113,6 +113,7 @@ int RAND_egd_bytes(const char *path, int bytes) #else # include # include OPENSSL_UNISTD +# include # include # include # ifndef NO_SYS_UN_H