From 7c01fd975ccb6e57db36464afe595e191c2c6093 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 14 Jan 2008 18:44:59 +0000 Subject: [PATCH] Update from HEAD. --- crypto/o_str.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..59cc25094b 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,10 @@ #include #include "o_str.h" +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp) -- 2.25.1