From c850925cdf78d143e0150224cbe9753d20725559 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 27 Feb 2000 17:01:20 +0000 Subject: [PATCH] Declare memset. --- crypto/rand/rand_egd.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0