Missing headers causing link errors in X86 builds

This commit is contained in:
Manoj Ampalam 2016-10-23 12:57:29 -07:00
parent fe82ce1d37
commit b47cc46d4f
2 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@
#include "sftp.h"
#ifdef WIN32_FIXME
#include "console.h"
#include <Sddl.h>
#endif
#ifdef WIN32_FIXME

View File

@ -35,6 +35,7 @@
#ifdef WIN32_VS
#include "win32_dirent.h"
#include <Shlwapi.h>
#else
#include <dirent.h>
#endif