aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-11-17 15:04:37 -0500
committerJay Satiro <raysatiro@yahoo.com>2019-11-17 23:27:39 -0500
commit1f6a18685ef46c900f493179337492995312cbf6 (patch)
tree626fd513dedc75581eb87b4d3a4e5e76eeaa84d8 /lib/sendf.c
parent0a906a45aff21d2fd4a493b5a117050d0919e4cf (diff)
lib: Move lib/ssh.h -> lib/vssh/ssh.h
Follow-up to 5b2d703 which moved ssh source files to vssh. Closes https://github.com/curl/curl/pull/4609
Diffstat (limited to 'lib/sendf.c')
-rw-r--r--lib/sendf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendf.c b/lib/sendf.c
index 5913ea406..000fbb164 100644
--- a/lib/sendf.c
+++ b/lib/sendf.c
@@ -36,7 +36,7 @@
#include "sendf.h"
#include "connect.h"
#include "vtls/vtls.h"
-#include "ssh.h"
+#include "vssh/ssh.h"
#include "easyif.h"
#include "multiif.h"
#include "non-ascii.h"