RT3684: rand_egd needs stddef.h
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
ee1ccd0a41
commit
872f91c403
@ -113,6 +113,7 @@ int RAND_egd_bytes(const char *path, int bytes)
|
|||||||
#else
|
#else
|
||||||
# include <openssl/opensslconf.h>
|
# include <openssl/opensslconf.h>
|
||||||
# include OPENSSL_UNISTD
|
# include OPENSSL_UNISTD
|
||||||
|
# include <stddef.h>
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/socket.h>
|
# include <sys/socket.h>
|
||||||
# ifndef NO_SYS_UN_H
|
# ifndef NO_SYS_UN_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user