From: Bodo Möller Date: Fri, 30 Jun 2006 08:14:39 +0000 (+0000) Subject: use as by Single Unix Specification X-Git-Tag: OpenSSL_0_9_8k^2~1233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3df760b83a50191dab417661a51b480b0848fb79;p=openssl use as by Single Unix Specification --- diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 79966e2b67..e978c4a930 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -125,8 +125,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