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

Follow-up to 7dafe10db2 #18196
Fixes #18320
Closes #18321
This commit is contained in:
Karthik Das 2025-08-20 11:21:19 +05:30 committed by Viktor Szakats
parent 27e61f9767
commit 8cef6b5e6e
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"