Declare memset.
authorBen Laurie <ben@openssl.org>
Sun, 27 Feb 2000 17:01:20 +0000 (17:01 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 27 Feb 2000 17:01:20 +0000 (17:01 +0000)
crypto/rand/rand_egd.c

index 11de4f253fa8bc1dd9109bb48225df000ba520fd..b9c028b88a5f03ab19b473a3b97430a581e3cb87 100644 (file)
@@ -70,6 +70,7 @@ int RAND_egd(const char *path)
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <memory.h>
 
 #ifndef offsetof
 #  define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
 
 #ifndef offsetof
 #  define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)