You need to sign in or sign up before continuing.
提交 f0c5db92 编写于 作者: R Richard Levitte

Include strings.h so strcasecmp() and strncasecmp() get properly declared.

上级 d420ac2c
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册