diff options
Diffstat (limited to 'replace.c')
-rw-r--r-- | replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ #include "missing_d/memmove.c" #endif /* HAVE_MEMMOVE */ -#ifndef HAVE_STRNCASECMP +#if !defined(HAVE_STRNCASECMP) || !defined(HAVE_STRCASECMP) #include "missing_d/strncasecmp.c" #endif /* HAVE_STRCASE */ |