From 50a3fef3b6e05ce53175dbc182232e5c3b0defbf Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 17 Apr 2014 10:24:08 +0000 Subject: unistd.h is always in the same place; no need to #include the result of a maze of conditional #define's --- src/lib/libcrypto/rc4/rc4speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rc4/rc4speed.c') diff --git a/src/lib/libcrypto/rc4/rc4speed.c b/src/lib/libcrypto/rc4/rc4speed.c index 0ebd38123d..a1207231fa 100644 --- a/src/lib/libcrypto/rc4/rc4speed.c +++ b/src/lib/libcrypto/rc4/rc4speed.c @@ -66,7 +66,7 @@ #include #include -#include OPENSSL_UNISTD_IO +#include OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE -- cgit v1.2.3-55-g6feb