summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-10 08:12:20 +0000
committerBodo Möller <bodo@openssl.org>1999-06-10 08:12:20 +0000
commit06018c4685c6da61b3efd59aabb1ab7be8d3a552 (patch)
tree66e8ad1db33baec42997ea0756d4d6052c724d91 /e_os.h
parent5f6d0ea21050fd8a801c6681002e76689a5993b6 (diff)
downloadopenssl-new-06018c4685c6da61b3efd59aabb1ab7be8d3a552.tar.gz
Another <unistd.h> ...
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index b8d053bda5..58934d1be1 100644
--- a/e_os.h
+++ b/e_os.h
@@ -59,6 +59,8 @@
#ifndef HEADER_E_OS_H
#define HEADER_E_OS_H
+#include <openssl/opensslconf.h>
+
#include <openssl/e_os2.h>
/* <openssl/e_os2.h> contains what we can justify to make visible
* to the outside; this file e_os.h is not part of the exported
@@ -226,7 +228,8 @@ extern "C" {
return(n); } while(0)
# endif
# else
-# include <unistd.h>
+ /* !defined VMS */
+# include OPENSSL_UNISTD
# define OPENSSL_CONF "openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF