diff options
Diffstat (limited to 'lib/libc/string/strpbrk.c')
| -rw-r--r-- | lib/libc/string/strpbrk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 21d6507f..a03bb31a 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -1,4 +1,4 @@ -#include <stddef.h> +#include <stddef.h> // for NULL char *strpbrk(const char *s1, const char *s2) { |
