mirror of
https://github.com/curl/curl.git
synced 2026-04-26 22:02:12 +03:00
vquic: add header for native-QUIC OpenSSL, non-unity builds
Follow-up to 7dafe10db2 #18196
Fixes #18320
Closes #18321
This commit is contained in:
parent
27e61f9767
commit
8cef6b5e6e
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef USE_NGHTTP3
|
||||
#include <nghttp3/nghttp3.h>
|
||||
#endif
|
||||
#include "../urldata.h"
|
||||
#include "../bufq.h"
|
||||
#include "../curlx/dynbuf.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue