summaryrefslogtreecommitdiff
path: root/lib/libc/string/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strstr.c')
-rw-r--r--lib/libc/string/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c
index c3e2d5dd..1c35e826 100644
--- a/lib/libc/string/strstr.c
+++ b/lib/libc/string/strstr.c
@@ -1,4 +1,4 @@
-#include <stddef.h>
+#include <stddef.h> // for NULL
char *strstr(const char *s1, const char *s2)
{