]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vquic: add header for native-QUIC OpenSSL, non-unity builds
authorKarthik Das <92445174+devkdas@users.noreply.github.com>
Wed, 20 Aug 2025 05:51:19 +0000 (11:21 +0530)
committerViktor Szakats <commit@vsz.me>
Wed, 20 Aug 2025 09:31:04 +0000 (11:31 +0200)
Follow-up to 7dafe10db2f0b104317e6640670b4cd973a4e3da #18196
Fixes #18320
Closes #18321

lib/vquic/vquic.c

index 19830ff3a300a2b279619c194e060a6f45691a80..f3a02f63ae69cfe999a9ce9a63763de088d04b7e 100644 (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"