mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:07:27 +03:00
quiche: fix missing include of url.h
Reported-by: Karthik Dasari Fixes #17857 Closes #17858
This commit is contained in:
parent
8724306e78
commit
b270fec68d
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include "vquic-tls.h"
|
||||
#include "curl_quiche.h"
|
||||
#include "../transfer.h"
|
||||
#include "../url.h"
|
||||
#include "../curlx/inet_pton.h"
|
||||
#include "../vtls/openssl.h"
|
||||
#include "../vtls/keylog.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue