X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_str.c;h=60c01c10a40667c29e35395ce65bef12523400d6;hp=2db099333a7fd0781463f44b0023db619d0ffee0;hb=0bcb17a7776b7f740e855932890edfb7acfd7124;hpb=7a06050cd356001ec80a9202f50de6eb4e09f6e7 diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..60c01c10a4 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,12 @@ #include #include "o_str.h" +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && \ + !defined(NETWARE_CLIB) +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp)