mirror of
https://github.com/curl/curl.git
synced 2026-07-28 04:03:14 +03:00
Reapply "vquic: add header for native-QUIC OpenSSL, non-unity builds"
This reverts commit b4badf83ff.
Reproduces OK.
This commit is contained in:
parent
150964617e
commit
73a1f6aaea
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