diff options
Diffstat (limited to 'lib/libc/string/strrchr.c')
| -rw-r--r-- | lib/libc/string/strrchr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 5d66035e..863e5ca0 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -1,4 +1,5 @@ #include <stddef.h> // for NULL +#include <string.h> // for strrchr char *strrchr(const char *s, int c) { |
