diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:38:37 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:38:37 -0400 |
| commit | f0a624cdb494275d3d0e5049eff07ceaa7ebe848 (patch) | |
| tree | 93a6bf21675c421f1dc5bd3513825090ada7eabb /src/strings/rindex.c | |
| parent | 1f4e410fdcff7cc96c5a0c0fb97172871d0ae347 (diff) | |
cleanup headers
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) |
