We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe82ce1 commit b47cc46Copy full SHA for b47cc46
session.c
@@ -99,6 +99,7 @@
99
#include "sftp.h"
100
#ifdef WIN32_FIXME
101
#include "console.h"
102
+#include <Sddl.h>
103
#endif
104
105
sftp-server.c
@@ -35,6 +35,7 @@
35
36
#ifdef WIN32_VS
37
#include "win32_dirent.h"
38
+#include <Shlwapi.h>
39
#else
40
#include <dirent.h>
41
0 commit comments