projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use <poll.h> as by Single Unix Specification
[openssl.git]
/
crypto
/
rand
/
rand_unix.c
diff --git
a/crypto/rand/rand_unix.c
b/crypto/rand/rand_unix.c
index 79966e2b67a1722779771c3b8e9df6ce8dc64d42..e978c4a93092c7422ccf7c4f04c78b6739de05b8 100644
(file)
--- a/
crypto/rand/rand_unix.c
+++ b/
crypto/rand/rand_unix.c
@@
-125,8
+125,8
@@
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>
#include <time.h>
-#if defined(OPENSSL_SYS_LINUX)
-# include <
sys/
poll.h>
+#if defined(OPENSSL_SYS_LINUX)
/* should actually be available virtually everywhere */
+# include <poll.h>
#endif
#include <limits.h>
#ifndef FD_SETSIZE
#endif
#include <limits.h>
#ifndef FD_SETSIZE