Closed s-hamann closed 2 months ago
icons-hash.c uses strcasecmp from strings.h, but does not include it. At least when building against musl with gcc 15, this is a fatal error.
icons-hash.c
strcasecmp
strings.h
See https://bugs.gentoo.org/939164
Thank you!
icons-hash.c
usesstrcasecmp
fromstrings.h
, but does not include it. At least when building against musl with gcc 15, this is a fatal error.See https://bugs.gentoo.org/939164