summaryrefslogtreecommitdiff
path: root/media-sound/lash/files/lash-0.5.4-strcmp.patch
blob: 866b8fec569d593ef116e24e090fef39569c7899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/clients/synth/lash.c b/clients/synth/lash.c
index 03717ae..5395198 100644
--- a/clients/synth/lash.c
+++ b/clients/synth/lash.c
@@ -22,6 +22,7 @@
 
 #include "config.h"
 
+#include <string.h>
 #include <unistd.h>
 
 #include <lash/lash.h>