aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r--crypto/des/destest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 107635fcec..e6489ae9f5 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -65,7 +65,9 @@
#include <stdio.h>
#include <stdlib.h>
#ifndef MSDOS
+#if !defined(VMS) || defined(__DECC)
#include <unistd.h>
+#endif /* VMS */
#else
#include <io.h>
#endif