PR: 1956
Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org Netware doesn't have strings.h
This commit is contained in:
parent
d70323f1c5
commit
eddee61671
@ -118,7 +118,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifndef OPENSSL_SYSNAME_WIN32
|
#if !defined(OPENSSL_SYSNAME_WIN32) && !defined(NETWARE_CLIB)
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user