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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c
index 1c35e826..d0c53b1b 100644
--- a/lib/libc/string/strstr.c
+++ b/lib/libc/string/strstr.c
@@ -1,4 +1,5 @@
#include <stddef.h> // for NULL
+#include <string.h> // for strstr
char *strstr(const char *s1, const char *s2)
{