blob: ea9f7ee2fda34f93b26b017bb9c3431d06790641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
clients/synth/lash.c:85:2: warning: implicit declaration of function ‘strcmp’ [-Wimplicit-function-declaration]
--- clients/synth/lash.c
+++ clients/synth/lash.c
@@ -22,6 +22,7 @@
#include "config.h"
+#include <string.h>
#include <unistd.h>
#include <lash/lash.h>
|