[Pkg-owncloud-commits] [owncloud-client] 48/332: Windows: Fix build harder.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:36 UTC 2014


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 4e28ba73bb403332572a8ba92bf5d0e8ff9e65e3
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Jun 5 10:13:20 2014 +0200

    Windows: Fix build harder.
---
 csync/src/csync_exclude.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/csync/src/csync_exclude.c b/csync/src/csync_exclude.c
index 7660697..4f93933 100644
--- a/csync/src/csync_exclude.c
+++ b/csync/src/csync_exclude.c
@@ -20,6 +20,11 @@
 
 #include "config_csync.h"
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+#include <stdio.h>
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.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