From d1abe4a2961b78edc2a215e7f1d6608d8fb711fa Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Sun, 1 Jun 2014 18:54:35 +0200 Subject: [PATCH] =?utf8?q?Fix=20compiler=20warning=20of=20implicit=20decla?= =?utf8?q?ration=20of=20function=20=E2=80=98str[n]casecmp=E2=80=99=20[-Wer?= =?utf8?q?ror=3Dimplicit-function-declaration]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- examples/chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/chat.c b/examples/chat.c index c33bbae4..70d17d7d 100644 --- a/examples/chat.c +++ b/examples/chat.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "../src/meshlink.h" static void log_message(meshlink_handle_t *mesh, meshlink_log_level_t level, const char *text) { -- 2.39.2