]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_quiche.c: add include
authorKarthik Das <92445174+devkdas@users.noreply.github.com>
Thu, 7 Aug 2025 03:47:04 +0000 (09:17 +0530)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Aug 2025 07:54:09 +0000 (09:54 +0200)
Fixes #18211
Closes #18212

lib/vquic/curl_quiche.c

index f22566781129ee344fe9dd375e89b8b3bdd2923d..179ccf8aa1ac4aa0485c414d668d2d27f4d6f206 100644 (file)
@@ -40,6 +40,7 @@
 #include "../connect.h"
 #include "../progress.h"
 #include "../strerror.h"
+#include "../select.h"
 #include "../http1.h"
 #include "vquic.h"
 #include "vquic_int.h"