summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-05 12:43:17 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-05 12:43:17 +0000
commitf559f31bef538a29a0feab25fecd65ab3460adf6 (patch)
treed967192c0751ad163d52f2587a6d303c2f00bbec /apps/s_time.c
parent3210b4fd14efc040ee95ab2f639c177c453e7d66 (diff)
DOS and Windows do not like unistd.h
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 3b6c808885..9ce114dcb6 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -81,7 +81,9 @@
#include "winmain.h"
#include "wintext.h"
#endif
+#if !defined(OPENSSL_SYS_MSDOS)
#include OPENSSL_UNISTD
+#endif
#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
#define TIMES