We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0529b12 commit 85ca6dfCopy full SHA for 85ca6df
linux-audio/lash.json
@@ -24,11 +24,11 @@
24
},
25
{
26
"type": "patch",
27
- "path": "patches/lash-gcc47.patch"
28
- },
29
- {
30
- "type": "patch",
31
- "path": "patches/lash-linking.patch"
+ "paths": [
+ "patches/lash-gcc47.patch",
+ "patches/lash-linking.patch",
+ "patches/lash-build.patch"
+ ]
32
33
34
linux-audio/patches/lash-build.patch
@@ -0,0 +1,13 @@
1
+diff --git a/clients/synth/lash.c b/clients/synth/lash.c
2
+index 03717ae..1c5d321 100644
3
+--- a/clients/synth/lash.c
4
++++ b/clients/synth/lash.c
5
+@@ -23,6 +23,8 @@
6
+ #include "config.h"
7
+
8
+ #include <unistd.h>
9
++#include <string.h>
10
++#include <stdio.h>
11
12
+ #include <lash/lash.h>
13
0 commit comments