diff options
Diffstat (limited to 'newlib/libc/string/strcasestr.c')
-rw-r--r-- | newlib/libc/string/strcasestr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/string/strcasestr.c b/newlib/libc/string/strcasestr.c index a8276e2..0122d7a 100644 --- a/newlib/libc/string/strcasestr.c +++ b/newlib/libc/string/strcasestr.c @@ -76,6 +76,7 @@ QUICKREF #include <ctype.h> #include <string.h> +#include <strings.h> #if !defined(PREFER_SIZE_OVER_SPEED) && !defined(__OPTIMIZE_SIZE__) # define RETURN_TYPE char * |