Missing headers.
This commit is contained in:
parent
fa8e921f66
commit
f12797a447
@ -116,6 +116,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <strings.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -60,6 +60,10 @@
|
|||||||
#include <e_os.h>
|
#include <e_os.h>
|
||||||
#include "o_str.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)
|
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
|
||||||
{
|
{
|
||||||
#if defined(OPENSSL_IMPLEMENTS_strncasecmp)
|
#if defined(OPENSSL_IMPLEMENTS_strncasecmp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user