X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fconf%2Fconf_def.c;fp=crypto%2Fconf%2Fconf_def.c;h=25fcc0400cecc6d6237670a7a9e3fb0c1cfe01c4;hp=ea6b5bf2445fa2384681c7567ab6f6240569fbf6;hb=f925315203f77d0241183ccabfc784d259b0a152;hpb=6dbb277627de86578577185084378135605d2df1 diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index ea6b5bf244..25fcc0400c 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -11,8 +11,8 @@ #include #include +#include "e_os.h" /* strcasecmp and struct stat */ #ifdef __TANDEM -# include /* strcasecmp */ # include /* needed for stat.h */ # include /* struct stat */ #endif @@ -28,7 +28,6 @@ # include # ifdef _WIN32 # define stat _stat -# define strcasecmp _stricmp # endif #endif