mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:07:16 +03:00
curl_osslq: fix missing include of url.h
Follow-up to4ccf3a31f5#17783 Follow-up tob270fec68d#17858 Ref: #17857 Closes #17864
This commit is contained in:
parent
8afb623bdd
commit
454395ba1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue