summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_vms.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso/dso_vms.c')
-rw-r--r--crypto/dso/dso_vms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c
index 93c2a29606..58b9027397 100644
--- a/crypto/dso/dso_vms.c
+++ b/crypto/dso/dso_vms.c
@@ -59,11 +59,13 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#ifdef VMS
#include <lib$routines.h>
#include <libfisdef.h>
#include <stsdef.h>
#include <descrip.h>
#include <starlet.h>
+#endif
#include "cryptlib.h"
#include <openssl/dso.h>