summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index 34423dff..b630c043 100644
--- a/include/string.h
+++ b/include/string.h
@@ -50,4 +50,6 @@ extern int strncmp (const char *s1, const char *s2, size_t n);
extern size_t strlen (const char *s);
+extern char *strstr(const char *haystack, const char *needle);
+
#endif /* _MACH_SA_SYS_STRING_H_ */