mirror of
https://github.com/curl/curl.git
synced 2026-05-30 15:07:29 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue