Allow to specify filename on sha1-ia64.pl command line.
[oweals/openssl.git] / crypto / o_str.c
index 2db099333a7fd0781463f44b0023db619d0ffee0..2b4d0dcd5e37bb0e1c7fc2ace40d09e2f682e20d 100644 (file)
 #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)