projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81edd23
)
use <poll.h> as by Single Unix Specification
author
Bodo Möller
<bodo@openssl.org>
Fri, 30 Jun 2006 08:15:13 +0000
(08:15 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 30 Jun 2006 08:15:13 +0000
(08:15 +0000)
crypto/rand/rand_unix.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_unix.c
b/crypto/rand/rand_unix.c
index 89e65abe9d45d0837edc4140e2818dbfe76d1d48..603139d963dfa909f5842c57ede8ad44bc01c359 100644
(file)
--- a/
crypto/rand/rand_unix.c
+++ b/
crypto/rand/rand_unix.c
@@
-124,8
+124,8
@@
#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