summaryrefslogtreecommitdiff
path: root/lib/libc/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memchr.c')
-rw-r--r--lib/libc/string/memchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c
index 38850aed..230e042f 100644
--- a/lib/libc/string/memchr.c
+++ b/lib/libc/string/memchr.c
@@ -1,4 +1,4 @@
-#include <stddef.h>
+#include <stddef.h> // for NULL, size_t
void *memchr(const void *s, int c, size_t n)
{