diff options
Diffstat (limited to 'src/strings/rindex.c')
| -rw-r--r-- | src/strings/rindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings/rindex.c b/src/strings/rindex.c index 17bae7e3..2050de25 100644 --- a/src/strings/rindex.c +++ b/src/strings/rindex.c @@ -1,3 +1,4 @@ +#include <string.h> #include <strings.h> char *rindex(const char *s, int c) |
