[Pkg-owncloud-commits] [owncloud-client] 56/89: Fix build on Win32
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 80d202c6302750a66d307cb3715fbe0aebdd2fd1
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Dec 10 17:19:25 2013 +0100
Fix build on Win32
---
src/mirall/owncloudpropagator.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 1d3aa3a..9d10030 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -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 );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list