From: Saverio Proto Date: Sun, 1 Jun 2014 16:54:35 +0000 (+0200) Subject: Fix compiler warning of implicit declaration of function ‘str[n]casecmp’ [-Werror... X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=be457ad7e4857ac3b0cbb7e64c0ccd0e44ba21e3 Fix compiler warning of implicit declaration of function ‘str[n]casecmp’ [-Werror=implicit-function-declaration] --- 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) {