diff options
| author | gazimovbulat <[email protected]> | 2025-05-13 00:09:51 +0300 |
|---|---|---|
| committer | gazimovbulat <[email protected]> | 2025-05-13 00:22:36 +0300 |
| commit | 2c2bd72c4484a5704db08733e5e22b58eee89944 (patch) | |
| tree | 83070d4d8e3ee75c05b3a61b990c72a127411f8d /contrib/libs/curl/lib/vssh/wolfssh.c | |
| parent | 31c8ff060ca43cd2220f90cbcc619ff5f8c6f37e (diff) | |
feat contrib curl: include libssh2 for sftp
commit_hash:6721cdd5ed873cd6f6243dcb846cacad6acb2155
Diffstat (limited to 'contrib/libs/curl/lib/vssh/wolfssh.c')
| -rw-r--r-- | contrib/libs/curl/lib/vssh/wolfssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/curl/lib/vssh/wolfssh.c b/contrib/libs/curl/lib/vssh/wolfssh.c index e32e98cc755..a11a73183a3 100644 --- a/contrib/libs/curl/lib/vssh/wolfssh.c +++ b/contrib/libs/curl/lib/vssh/wolfssh.c @@ -35,7 +35,7 @@ #include "connect.h" #include "sendf.h" #include "progress.h" -#error #include "curl_path.h" +#include "curl_path.h" #include "strtoofft.h" #include "transfer.h" #include "speedcheck.h" |
