summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/minilibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/minilibc.h')
-rw-r--r--mdk-stage1/minilibc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/minilibc.h b/mdk-stage1/minilibc.h
index e6743a854..8682ae3d2 100644
--- a/mdk-stage1/minilibc.h
+++ b/mdk-stage1/minilibc.h
@@ -134,6 +134,7 @@ void * memcpy(void * dst, const void * src, size_t count);
int strcmp(const char * a, const char * b);
int strncmp(const char * a, const char * b, int len);
char * strchr(char * str, int ch);
+char * strstr(char *haystack, char *needle);
char * strncpy(char * dst, const char * src, int len);
void print_str(int fd, char * string);