From f12797a447ba622177f0ef67d73cec744db9592a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 12 Jan 2008 11:22:31 +0000 Subject: Missing headers. --- crypto/o_str.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/o_str.c') diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..2b4d0dcd5e 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,10 @@ #include #include "o_str.h" +#ifndef OPENSSL_IMPLEMENTS_strncasecmp +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp) -- cgit v1.2.3