]> git.meshlink.io Git - meshlink-tiny/blobdiff - examples/chat.c
Rename the library and public header to meshlink-tiny.
[meshlink-tiny] / examples / chat.c
index 4e6f5d6a08518540f6bc2a81835c90c25760bf18..0df04a73c96ac4efbc2cec7f4a61555aedafc342 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <strings.h>
-#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;