Skip to content

Commit

Permalink
winsftp.c needs winsecur.h for process protection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtn20 committed Apr 10, 2016
1 parent 3cb3e08 commit 145ecf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/winsftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "psftp.h"
#include "ssh.h"
#include "int64.h"
#include "winsecur.h"

char *get_ttymode(void *frontend, const char *mode) { return NULL; }

Expand Down

0 comments on commit 145ecf6

Please sign in to comment.