X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=examples%2Fchat.c;h=0df04a73c96ac4efbc2cec7f4a61555aedafc342;hb=80a9dcfd08bcd450f7be14207257713e1b027319;hp=4e6f5d6a08518540f6bc2a81835c90c25760bf18;hpb=7a9d30b60af9d5e71f1bfee4dd976d5807402a15;p=meshlink-tiny diff --git a/examples/chat.c b/examples/chat.c index 4e6f5d6..0df04a7 100644 --- a/examples/chat.c +++ b/examples/chat.c @@ -2,7 +2,7 @@ #include #include #include -#include "../src/meshlink.h" +#include "../src/meshlink-tiny.h" static void log_message(meshlink_handle_t *mesh, meshlink_log_level_t level, const char *text) { (void)mesh;