From 4f8ed62c49c426fd7e06d4799f5b4e6533bcebe8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 May 2026 22:56:01 +0200 Subject: [PATCH] cf-h3-proxy.c: bring back include Without it, it breaks regular (non-unity) builds. Fix regression from 7e1001bcd69967707c Closes #21785 --- lib/cf-h3-proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cf-h3-proxy.c b/lib/cf-h3-proxy.c index 4c0c21462e..10f9e38e80 100644 --- a/lib/cf-h3-proxy.c +++ b/lib/cf-h3-proxy.c @@ -28,6 +28,7 @@ defined(USE_NGTCP2) && defined(USE_OPENSSL) #include +#include #ifdef USE_OPENSSL #include