提交 f12797a4 编写于 作者: B Ben Laurie

Missing headers.

上级 fa8e921f
......@@ -116,6 +116,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <ctype.h>
#include <errno.h>
......
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册