Reapply "Reapply "vquic: add header for native-QUIC OpenSSL, non-unity builds""

This reverts commit c3621efe77.
This commit is contained in:
Viktor Szakats 2025-08-20 14:30:26 +02:00
parent b69fff00d7
commit a7f1ab0086
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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"