cdparanoia: unbreak musl build.
This commit is contained in:
parent
b9f3c3636b
commit
fdfd13fac1
1 changed files with 10 additions and 0 deletions
10
srcpkgs/cdparanoia/patches/musl.patch
Normal file
10
srcpkgs/cdparanoia/patches/musl.patch
Normal file
|
@ -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 <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
extern long buffering_write(int outf, char *buffer, long num);
|
||||
extern int buffering_close(int fd);
|
Loading…
Reference in a new issue