From: Bodo Möller Date: Fri, 30 Jun 2006 08:14:50 +0000 (+0000) Subject: use as by Single Unix Specification X-Git-Tag: OpenSSL_0_9_8c~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7f15daf852bc3a6ca2b951971c6cb83e010a3a;p=openssl use as by Single Unix Specification --- diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index a753e666b7..6c2be5cb96 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