diff --git a/srcpkgs/cdparanoia/patches/musl.patch b/srcpkgs/cdparanoia/patches/musl.patch new file mode 100644 index 0000000000..eab57ab42f --- /dev/null +++ b/srcpkgs/cdparanoia/patches/musl.patch @@ -0,0 +1,10 @@ +--- utils.h.orig 2020-04-13 01:11:27.959275309 +0200 ++++ utils.h 2020-04-13 01:11:38.213384799 +0200 +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + + extern long buffering_write(int outf, char *buffer, long num); + extern int buffering_close(int fd);