]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_osslq: fix missing include of url.h
authorKarthik Dasari <92445174+devkdas@users.noreply.github.com>
Tue, 8 Jul 2025 16:28:47 +0000 (21:58 +0530)
committerViktor Szakats <commit@vsz.me>
Tue, 8 Jul 2025 17:58:21 +0000 (19:58 +0200)
Follow-up to 4ccf3a31f596b1055d9f128e45d0a647d59b6f53 #17783
Follow-up to b270fec68dc66c7a3d37a283cc147ba3c6fa7297 #17858
Ref: #17857
Closes #17864

lib/vquic/curl_osslq.c

index 8e6f8c11a6d25b0b2717eb1371a2f3c6bf278efa..d64ea836be30d7b502ae3a22b418c974d296036d 100644 (file)
@@ -54,6 +54,7 @@
 #include "../vtls/vtls.h"
 #include "../vtls/openssl.h"
 #include "curl_osslq.h"
+#include "../url.h"
 #include "../curlx/warnless.h"
 
 /* The last 3 #include files should be in this order */