Missing headers causing link errors in X86 builds
This commit is contained in:
parent
fe82ce1d37
commit
b47cc46d4f
|
@ -99,6 +99,7 @@
|
||||||
#include "sftp.h"
|
#include "sftp.h"
|
||||||
#ifdef WIN32_FIXME
|
#ifdef WIN32_FIXME
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
|
#include <Sddl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32_FIXME
|
#ifdef WIN32_FIXME
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
#ifdef WIN32_VS
|
#ifdef WIN32_VS
|
||||||
#include "win32_dirent.h"
|
#include "win32_dirent.h"
|
||||||
|
#include <Shlwapi.h>
|
||||||
#else
|
#else
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue