X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_str.c;h=7189d13352ee17cd8ff5ac213c98265d5f09ac06;hp=0bdfb40076baed71f89bffe05dec677da0c7f94b;hb=dc56eb507997848532be954a658e3a6136e908a3;hpb=a0b5ebeac6d03738f63bb7ce4e9fa5da3e746252 diff --git a/crypto/o_str.c b/crypto/o_str.c index 0bdfb40076..7189d13352 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -57,9 +57,16 @@ */ #include -#include -#include "o_str.h" #include +#ifdef OPENSSL_SYS_WINDOWS +# include +#else +# include +#endif +#include "o_str.h" + +#undef strncasecmp +#undef strcasecmp int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) {