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