diff options
Diffstat (limited to 'lib/libc/string/memchr.c')
| -rw-r--r-- | lib/libc/string/memchr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 230e042f..f13a2a2c 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -1,4 +1,5 @@ -#include <stddef.h> // for NULL, size_t +#include <stddef.h> // for NULL +#include <string.h> // for memchr, size_t void *memchr(const void *s, int c, size_t n) { |
