Using tolower() requires ctype.h with some compilers.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 14:57:35 +0000 (17:57 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 14:57:35 +0000 (17:57 +0300)
commit9ebafb969fd69d5e75f5b989246cf0d4c057188f
treef015dfea70d73e9ffd666d7b23f8657f8f3371dd
parent6fda28e6eb36d5edee1bfca45d739a42692171e0
Using tolower() requires ctype.h with some compilers.

gcc and MSVC were happy without it, but clang warns.
win_unicode.c