Merge pull request #1928 from s-hamann/fix-musl-build

Fix implicit function declaration strcasecmp
This commit is contained in:
Arun 2024-09-10 22:23:44 +05:30 committed by GitHub
commit 251843fe65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <limits.h>
#include "icons.h"