curl_osslq: fix missing include of url.h

Follow-up to 4ccf3a31f5 #17783
Follow-up to b270fec68d #17858
Ref: #17857
Closes #17864
This commit is contained in:
Karthik Dasari 2025-07-08 21:58:47 +05:30 committed by Viktor Szakats
parent 8afb623bdd
commit 454395ba1e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View 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 */