From 19ea6eac85a935548146364e32b375ca3e6ef46e Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Tue, 17 Feb 2026 13:41:05 +0100 Subject: [PATCH] udp_holepunch: Include compat/net.h --- src/utils/udp_holepunch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/udp_holepunch.c b/src/utils/udp_holepunch.c index 28ff38618..2a2a1206e 100644 --- a/src/utils/udp_holepunch.c +++ b/src/utils/udp_holepunch.c @@ -51,6 +51,8 @@ #include "debug.h" #include "lib_common.h" +#include "compat/net.h" + #ifdef _WIN32 #include #include