summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_locl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-12-19 22:56:23 +0000
committerAndy Polyakov <appro@openssl.org>1999-12-19 22:56:23 +0000
commit404fb7149effa40d04625272424a28ff25c0e673 (patch)
tree4dfb4b6e2caaaa570b041cf4de249b525c96c5c9 /crypto/des/des_locl.h
parenta7c5241f5f23bf8eeb41efd7f4932f9e1359a38d (diff)
Even more late break-in MacOS tidbits...
Diffstat (limited to 'crypto/des/des_locl.h')
-rw-r--r--crypto/des/des_locl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index d6ea17cb68..e50fa8fb38 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -72,7 +72,11 @@
#ifndef MSDOS
#if !defined(VMS) || defined(__DECC)
-#include OPENSSL_UNISTD
+#ifdef OPENSSL_UNISTD
+# include OPENSSL_UNISTD
+#else
+# include <unistd.h>
+#endif
#include <math.h>
#endif
#endif