From: Jochen Sprickerhof Date: Wed, 23 Apr 2025 13:54:21 +0000 (+0200) Subject: openssl-quic: Add missing include X-Git-Tag: curl-8_14_0~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82606325e3a65c06985bbf621da7b360d753791e;p=thirdparty%2Fcurl.git openssl-quic: Add missing include uint_hash, Curl_uint_hash_init and others are used in the file. Regression from 657aae79c0 Closes #17156 --- 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"