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_2a~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=872f91c4036e35d292d423e751741ba76f8c5594;p=oweals%2Fopenssl.git RT3684: rand_egd needs stddef.h Reviewed-by: Andy Polyakov --- 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