diff options
Diffstat (limited to 'openssl/crypto/o_str.c')
-rw-r--r-- | openssl/crypto/o_str.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/crypto/o_str.c b/openssl/crypto/o_str.c index 59cc25094..56104a6c3 100644 --- a/openssl/crypto/o_str.c +++ b/openssl/crypto/o_str.c @@ -60,7 +60,9 @@ #include <e_os.h> #include "o_str.h" -#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && \ + !defined(NETWARE_CLIB) # include <strings.h> #endif |