Commit a9ea9066 authored by Rich Salz's avatar Rich Salz
Browse files

RT3684: rand_egd needs stddef.h



Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(cherry picked from commit 872f91c4)
parent bb14c2c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ int RAND_egd_bytes(const char *path, int bytes)
#else
# include <openssl/opensslconf.h>
# include OPENSSL_UNISTD
# include <stddef.h>
# include <sys/types.h>
# include <sys/socket.h>
# ifndef NO_SYS_UN_H