mirror of
https://github.com/curl/curl.git
synced 2026-06-10 00:44:17 +03:00
Reapply "Reapply "vquic: add header for native-QUIC OpenSSL, non-unity builds""
This reverts commit c3621efe77.
This commit is contained in:
parent
b69fff00d7
commit
a7f1ab0086
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