Skip to content

Commit

Permalink
lash: Add patches for FTBS
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed Nov 10, 2024
1 parent 0529b12 commit 85ca6df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 5 additions & 5 deletions linux-audio/lash.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
{
"type": "patch",
"path": "patches/lash-gcc47.patch"
},
{
"type": "patch",
"path": "patches/lash-linking.patch"
"paths": [
"patches/lash-gcc47.patch",
"patches/lash-linking.patch",
"patches/lash-build.patch"
]
},
{
"type": "patch",
Expand Down
13 changes: 13 additions & 0 deletions linux-audio/patches/lash-build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/clients/synth/lash.c b/clients/synth/lash.c
index 03717ae..1c5d321 100644
--- a/clients/synth/lash.c
+++ b/clients/synth/lash.c
@@ -23,6 +23,8 @@
#include "config.h"

#include <unistd.h>
+#include <string.h>
+#include <stdio.h>

#include <lash/lash.h>

0 comments on commit 85ca6df

Please sign in to comment.