commit | f12797a447ba622177f0ef67d73cec744db9592a | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat Jan 12 11:22:31 2008 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat Jan 12 11:22:31 2008 +0000 |
tree | b2b249fc464244feafdaa2e5416aa0172e0a4c40 | |
parent | fa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c [diff] [blame] |
Missing headers.
diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db0993..2b4d0dc 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c
@@ -60,6 +60,10 @@ #include <e_os.h> #include "o_str.h" +#ifndef OPENSSL_IMPLEMENTS_strncasecmp +# include <strings.h> +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp)