jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
19.38k stars 761 forks source link

Fix implicit function declaration strcasecmp #1928

Closed s-hamann closed 2 months ago

s-hamann commented 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.

See https://bugs.gentoo.org/939164

jarun commented 2 months ago

Thank you!