summaryrefslogtreecommitdiff
path: root/src/ssh.h
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-11-17 21:46:21 +0900
committerRyo Nakamura <upa@haeena.net>2022-11-17 21:46:21 +0900
commitd448f9eb8aae605e6df53e4545e8170bcd9fd7cc (patch)
treed874c38ff01ce943ab2649403c391af2792a2b1e /src/ssh.h
parenta2b4a4c7b3cd0b0071fdacaee9cc3cb34b264de2 (diff)
implement local-to-remote copy with async_write
Diffstat (limited to 'src/ssh.h')
-rw-r--r--src/ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssh.h b/src/ssh.h
index a073d4b..6e18cf5 100644
--- a/src/ssh.h
+++ b/src/ssh.h
@@ -2,8 +2,8 @@
#define _SSH_H_
#include <stdbool.h>
-#include <libssh/libssh.h>
-#include <libssh/sftp.h>
+#include "libssh/libssh.h"
+#include "libssh/sftp.h"
struct ssh_opts {