From 82606325e3a65c06985bbf621da7b360d753791e Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 23 Apr 2025 15:54:21 +0200 Subject: [PATCH] openssl-quic: Add missing include uint_hash, Curl_uint_hash_init and others are used in the file. Regression from 657aae79c0 Closes #17156 --- lib/vquic/curl_osslq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vquic/curl_osslq.c b/lib/vquic/curl_osslq.c index 1e5d153cd7..72ee7d372f 100644 --- a/lib/vquic/curl_osslq.c +++ b/lib/vquic/curl_osslq.c @@ -47,6 +47,7 @@ #include "../http1.h" #include "../select.h" #include "../inet_pton.h" +#include "../uint-hash.h" #include "vquic.h" #include "vquic_int.h" #include "vquic-tls.h" -- 2.47.3