diff -r 5dc7fe41e8f8 -r 3e4c0285a868 dav/sync.h --- a/dav/sync.h Sat Jun 22 16:36:52 2019 +0200 +++ b/dav/sync.h Fri Jul 12 16:59:08 2019 +0200 @@ -38,6 +38,7 @@ #include "scfg.h" #include "config.h" #include "sopt.h" +#include "system.h" #include "version.h" @@ -106,7 +107,7 @@ SyncDirectory *dir, SyncDatabase *db); -void sync_set_metadata_from_stat(LocalResource *local, struct stat *s); +void sync_set_metadata_from_stat(LocalResource *local, SYS_STAT *s); int sync_move_resource( CmdArgs *a, SyncDirectory *dir,