From 3df760b83a50191dab417661a51b480b0848fb79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 30 Jun 2006 08:14:39 +0000 Subject: [PATCH] use as by Single Unix Specification --- crypto/rand/rand_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1