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