Include strings.h so strcasecmp() and strncasecmp() get properly declared.
authorRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 14:54:48 +0000 (14:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 27 Dec 2003 14:54:48 +0000 (14:54 +0000)
crypto/o_str.c

index 174db3156e0afcee93d5bf36a59879054fc4ed77..efe20b77a9c28191ec44ebc6982b1f1c20d77187 100644 (file)
@@ -56,7 +56,8 @@
  *
  */
 
-#include <o_str.h>
+#include <strings.h>
+#include "o_str.h"
 #include <openssl/e_os2.h>
 
 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)