From 75f9bc27862f3b6469b1743a85264fc274144adb Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 31 Oct 2024 17:24:34 +0100 Subject: [PATCH] Update echo_server.c Add the missing framework that macOS needs to the comment --- example/echo_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/echo_server.c b/example/echo_server.c index 98d5140..c632768 100644 --- a/example/echo_server.c +++ b/example/echo_server.c @@ -14,7 +14,7 @@ // // On macOS you may need to add the following flags to your C compiler: // -// -framework CoreFoundation -framework Security +// -framework CoreFoundation -framework Security -framework IOKit // #include "../tailscale.h"