diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index b9c028b88a5f03ab19b473a3b97430a581e3cb87..d834408bd4e7579b8be6f7e4fd104641cbce0afb 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -70,7 +70,7 @@ int RAND_egd(const char *path) #include #include #include -#include +#include #ifndef offsetof # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)