diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-17 10:24:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-17 10:24:09 +0000 |
commit | f7554628e9af121a4fe651e1afe260420f9e7e72 (patch) | |
tree | 390bc7abc77a6d8281e50c35ecf92dc1286b09a1 /lib/libcrypto/rc4 | |
parent | 8c86f7bf0f891c0bd0bee46bb31b92d8254c96d7 (diff) |
unistd.h is always in the same place; no need to #include the result of
a maze of conditional #define's
Diffstat (limited to 'lib/libcrypto/rc4')
-rw-r--r-- | lib/libcrypto/rc4/rc4speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rc4/rc4speed.c b/lib/libcrypto/rc4/rc4speed.c index 0ebd38123d0..a1207231fa9 100644 --- a/lib/libcrypto/rc4/rc4speed.c +++ b/lib/libcrypto/rc4/rc4speed.c @@ -66,7 +66,7 @@ #include <stdio.h> #include <openssl/e_os2.h> -#include OPENSSL_UNISTD_IO +#include <unistd.h> OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE |