X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_dir.c;h=fca9c75e053385382055be6f6daedffbd89218f3;hp=89c8c5c565f836bdce3c2672e70aac9295cef3f8;hb=e519d6b563d95d630723784a5737ebe5ef74e4f3;hpb=aa6bb1352b1026b20a23b49da4efdcf171926eb0 diff --git a/crypto/o_dir.c b/crypto/o_dir.c index 89c8c5c565..fca9c75e05 100644 --- a/crypto/o_dir.c +++ b/crypto/o_dir.c @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ +#include "e_os.h" #include -#include /* * The routines really come from the Levitte Programming, so to make life @@ -23,7 +23,8 @@ #include "internal/o_dir.h" #define LPDIR_H -#if defined OPENSSL_SYS_UNIX || defined DJGPP +#if defined OPENSSL_SYS_UNIX || defined DJGPP \ + || (defined __VMS_VER && __VMS_VER >= 70000000) # include "LPdir_unix.c" #elif defined OPENSSL_SYS_VMS # include "LPdir_vms.c"