diff options
author | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-05 06:38:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <w.brodkorb@deubert.it> | 2016-02-05 06:38:07 +0100 |
commit | 9f8bcf50e6be51766b95824e3dd58c4612dbecef (patch) | |
tree | 926cfcec509b314f330dc18342ad8147fd99e674 /package/alsa-plugins/patches | |
parent | 7638b65e8ffa8f13e49dbbccc81e709ab7776f02 (diff) |
fix alsa-plugins for musl libc, from OE
Diffstat (limited to 'package/alsa-plugins/patches')
-rw-r--r-- | package/alsa-plugins/patches/patch-arcam-av_arcam_av_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/alsa-plugins/patches/patch-arcam-av_arcam_av_c b/package/alsa-plugins/patches/patch-arcam-av_arcam_av_c new file mode 100644 index 000000000..6174ebd4d --- /dev/null +++ b/package/alsa-plugins/patches/patch-arcam-av_arcam_av_c @@ -0,0 +1,10 @@ +--- alsa-plugins-1.0.28.orig/arcam-av/arcam_av.c 2014-06-12 11:32:45.000000000 +0200 ++++ alsa-plugins-1.0.28/arcam-av/arcam_av.c 2016-02-05 06:35:56.000000000 +0100 +@@ -31,6 +31,7 @@ + #include <unistd.h> + + #include <sys/ipc.h> ++#include <sys/select.h> + #include <sys/shm.h> + #include <sys/stat.h> + #include <sys/stat.h> |