From: Bodo Möller Date: Fri, 30 Jun 2006 08:15:13 +0000 (+0000) Subject: use as by Single Unix Specification X-Git-Tag: OpenSSL_0_9_7k~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=feee55c65dca5fae1c9d85b56470258a936827d4;p=oweals%2Fopenssl.git use as by Single Unix Specification --- diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 89e65abe9d..603139d963 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -124,8 +124,8 @@ #include #include #include -#if defined(OPENSSL_SYS_LINUX) -# include +#if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually everywhere */ +# include #endif #include #ifndef FD_SETSIZE