From: Ben Laurie Date: Sun, 27 Feb 2000 17:01:20 +0000 (+0000) Subject: Declare memset. X-Git-Tag: OpenSSL_0_9_5a-beta1~172 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c850925cdf78d143e0150224cbe9753d20725559 Declare memset. --- diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index 11de4f253f..b9c028b88a 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -70,6 +70,7 @@ int RAND_egd(const char *path) #include #include #include +#include #ifndef offsetof # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)