this is the real v1.1.0 release v1.1 v1.1.0

Sat, 07 Oct 2017 10:25:11 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 07 Oct 2017 10:25:11 +0200
branch
v1.1
changeset 327
a66e0a1f01fc
parent 324
dd2df44bc58b
child 339
ad45ba74fe1b

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 */

mercurial