diff options
Diffstat (limited to 'userland/libc/string/strcasecmp.c')
-rw-r--r-- | userland/libc/string/strcasecmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/string/strcasecmp.c b/userland/libc/string/strcasecmp.c index eed337b..6420dbf 100644 --- a/userland/libc/string/strcasecmp.c +++ b/userland/libc/string/strcasecmp.c @@ -1,3 +1,4 @@ +#include <ctype.h> #include <strings.h> int strcasecmp(const char *s1, const char *s2) { |