Update echo_server.c

Add the missing framework that macOS needs to the comment
This commit is contained in:
Christoph
2024-10-31 17:24:34 +01:00
committed by James Tucker
parent 2948fe1136
commit 75f9bc2786

View File

@@ -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"