Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/rindex.c')
-rw-r--r--newlib/libc/string/rindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/rindex.c b/newlib/libc/string/rindex.c
index 1284bccbe..daa1c5237 100644
--- a/newlib/libc/string/rindex.c
+++ b/newlib/libc/string/rindex.c
@@ -10,7 +10,7 @@ ANSI_SYNOPSIS
char * rindex(const char *<[string]>, int <[c]>);
TRAD_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
char * rindex(<[string]>, <[c]>);
char *<[string]>;
int *<[c]>;