Skip to content

Commit

Permalink
Merge pull request #1928 from s-hamann/fix-musl-build
Browse files Browse the repository at this point in the history
Fix implicit function declaration strcasecmp
  • Loading branch information
jarun committed Sep 10, 2024
2 parents 14fef03 + 492a04d commit 251843f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <limits.h>
#include "icons.h"
Expand Down

0 comments on commit 251843f

Please sign in to comment.