diff options
-rw-r--r-- | libc/string/strcasecmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strcasecmp.c b/libc/string/strcasecmp.c index f628ca321..54ce7f8c7 100644 --- a/libc/string/strcasecmp.c +++ b/libc/string/strcasecmp.c @@ -11,6 +11,7 @@ #include <locale.h> #ifdef WANT_WIDE +# include <wchar.h> # define strcasecmp wcscasecmp # define strcasecmp_l wcscasecmp_l libc_hidden_proto(wcscasecmp) |