]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
openssl-quic: Add missing include
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Wed, 23 Apr 2025 13:54:21 +0000 (15:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Apr 2025 06:45:35 +0000 (08:45 +0200)
uint_hash, Curl_uint_hash_init and others are used in the file.

Regression from 657aae79c0

Closes #17156

lib/vquic/curl_osslq.c

index 1e5d153cd7de63b97fbfeb334d00195a3ad57e27..72ee7d372fda8a0700878941dc5ad2395ee8f1a2 100644 (file)
@@ -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"