diff options
Diffstat (limited to 'src/lib/libcrypto/o_str.c')
-rw-r--r-- | src/lib/libcrypto/o_str.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/o_str.c b/src/lib/libcrypto/o_str.c index 59cc25094b..56104a6c34 100644 --- a/src/lib/libcrypto/o_str.c +++ b/src/lib/libcrypto/o_str.c | |||
@@ -60,7 +60,9 @@ | |||
60 | #include <e_os.h> | 60 | #include <e_os.h> |
61 | #include "o_str.h" | 61 | #include "o_str.h" |
62 | 62 | ||
63 | #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) | 63 | #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ |
64 | !defined(OPENSSL_SYSNAME_WIN32) && \ | ||
65 | !defined(NETWARE_CLIB) | ||
64 | # include <strings.h> | 66 | # include <strings.h> |
65 | #endif | 67 | #endif |
66 | 68 | ||