summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des/des_opts.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-17 10:24:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-17 10:24:09 +0000
commitf7554628e9af121a4fe651e1afe260420f9e7e72 (patch)
tree390bc7abc77a6d8281e50c35ecf92dc1286b09a1 /lib/libcrypto/des/des_opts.c
parent8c86f7bf0f891c0bd0bee46bb31b92d8254c96d7 (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/des/des_opts.c')
-rw-r--r--lib/libcrypto/des/des_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/des/des_opts.c b/lib/libcrypto/des/des_opts.c
index 2df82962c5a..c713c5e3195 100644
--- a/lib/libcrypto/des/des_opts.c
+++ b/lib/libcrypto/des/des_opts.c
@@ -66,7 +66,7 @@
#include <stdio.h>
#ifndef OPENSSL_SYS_MSDOS
#include <openssl/e_os2.h>
-#include OPENSSL_UNISTD
+#include <unistd.h>
#else
#include <io.h>
extern void exit();