RT3684: rand_egd needs stddef.h
Reviewed-by: Andy Polyakov <appro@openssl.org> (cherry picked from commit 872f91c4036e35d292d423e751741ba76f8c5594)
This commit is contained in:
parent
bb14c2c9ca
commit
a9ea906654
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user