mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
winsftp.c needs winsecur.h for process protection.
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user