From a7c5241f5f23bf8eeb41efd7f4932f9e1359a38d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 19 Dec 1999 21:35:29 +0000 Subject: Late break-in patch for MacOS support. --- e_os.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 0c4fcf8741..12f39788eb 100644 --- a/e_os.h +++ b/e_os.h @@ -251,7 +251,11 @@ extern "C" { # endif # else /* !defined VMS */ -# include OPENSLL_UNISTD +# ifdef OPENSSL_UNISTD +# include OPENSLL_UNISTD +# else +# include +# endif # ifndef NO_SYS_TYPES_H # include # endif -- cgit v1.2.3