diff options
Diffstat (limited to 'newlib/libc/string/index.c')
-rw-r--r-- | newlib/libc/string/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/string/index.c b/newlib/libc/string/index.c index 6c165f952..6a707292d 100644 --- a/newlib/libc/string/index.c +++ b/newlib/libc/string/index.c @@ -34,6 +34,7 @@ QUICKREF */ #include <string.h> +#include <strings.h> char * _DEFUN (index, (s, c), |