Sat, 07 Oct 2017 10:25:11 +0200
this is the real v1.1.0 release
dav/sync.h | file | annotate | diff | comparison | revisions |
--- a/dav/sync.h Sat Oct 07 09:56:25 2017 +0200 +++ b/dav/sync.h Sat Oct 07 10:25:11 2017 +0200 @@ -33,12 +33,17 @@ #include <libidav/webdav.h> #include <ucx/list.h> +#include <pthread.h> + #include "sopt.h" #include "version.h" #ifdef _WIN32 // TODO: thread includes + + + #else #include <pthread.h> #endif /* _WIN32 */