Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psftpcommon.c')
-rw-r--r--psftpcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psftpcommon.c b/psftpcommon.c
index 21f3737e..e6c8e2d8 100644
--- a/psftpcommon.c
+++ b/psftpcommon.c
@@ -8,7 +8,7 @@
#include <string.h>
#include "putty.h"
-#include "sftp.h"
+#include "ssh/sftp.h"
#include "psftp.h"
#define MAX_NAMES_MEMORY ((size_t)8 << 20)