This commit is contained in:
Daniel Molkentin 2013-12-10 17:19:25 +01:00
Родитель 47308cdc01
Коммит 80d202c630
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,8 @@
#include <winbase.h>
#endif
#include <time.h>
// We use some internals of csync:
extern "C" int c_utimes(const char *, const struct timeval *);
extern "C" void csync_win32_set_file_hidden( const char *file, bool h );