summaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/lib/vssh/libssh2.c
diff options
context:
space:
mode:
authorgazimovbulat <[email protected]>2025-05-13 00:09:51 +0300
committergazimovbulat <[email protected]>2025-05-13 00:22:36 +0300
commit2c2bd72c4484a5704db08733e5e22b58eee89944 (patch)
tree83070d4d8e3ee75c05b3a61b990c72a127411f8d /contrib/libs/curl/lib/vssh/libssh2.c
parent31c8ff060ca43cd2220f90cbcc619ff5f8c6f37e (diff)
feat contrib curl: include libssh2 for sftp
commit_hash:6721cdd5ed873cd6f6243dcb846cacad6acb2155
Diffstat (limited to 'contrib/libs/curl/lib/vssh/libssh2.c')
-rw-r--r--contrib/libs/curl/lib/vssh/libssh2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/curl/lib/vssh/libssh2.c b/contrib/libs/curl/lib/vssh/libssh2.c
index 6560dba2ed2..11f5f4fd5d7 100644
--- a/contrib/libs/curl/lib/vssh/libssh2.c
+++ b/contrib/libs/curl/lib/vssh/libssh2.c
@@ -30,8 +30,8 @@
#include <limits.h>
-#error #include <libssh2.h>
-#error #include <libssh2_sftp.h>
+#include <libssh2.h>
+#include <libssh2_sftp.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
@@ -75,7 +75,7 @@
#include "multiif.h"
#include "select.h"
#include "warnless.h"
-#error #include "curl_path.h"
+#include "curl_path.h"
#include <curl_base64.h> /* for base64 encoding/decoding */
#include <curl_sha256.h>