mirror of
https://github.com/curl/curl.git
synced 2025-09-09 13:49:44 +03:00
openssl-quic: Add missing include
uint_hash, Curl_uint_hash_init and others are used in the file.
Regression from 657aae79c0
Closes #17156
This commit is contained in:
parent
5e95556fc2
commit
82606325e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user