Commit c850925c authored by Ben Laurie's avatar Ben Laurie
Browse files

Declare memset.

parent 707ef52e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ int RAND_egd(const char *path)
#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)