From f12797a447ba622177f0ef67d73cec744db9592a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 12 Jan 2008 11:22:31 +0000 Subject: [PATCH] Missing headers. --- apps/apps.c | 1 + crypto/o_str.c | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/apps/apps.c b/apps/apps.c index f97169a9ce..f45093328e 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -116,6 +116,7 @@ #include #include #include +#include #include #include #include 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) -- 2.34.1