summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/rindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/rindex.c')
-rw-r--r--newlib/libc/string/rindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/string/rindex.c b/newlib/libc/string/rindex.c
index 3c6dff909..1284bccbe 100644
--- a/newlib/libc/string/rindex.c
+++ b/newlib/libc/string/rindex.c
@@ -34,6 +34,7 @@ QUICKREF
*/
#include <string.h>
+#include <strings.h>
char *
_DEFUN (rindex, (s, c),