[Pkg-owncloud-commits] [owncloud-client] 232/333: Fix include path

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:57 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 033fee6f53c037f2562ae81cee691c4960aa7ef0
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Mar 26 17:50:27 2014 +0100

    Fix include path
---
 csync/src/csync_private.h           | 4 ++--
 csync/src/vio/csync_vio_file_stat.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/csync/src/csync_private.h b/csync/src/csync_private.h
index 6ee93c0..5bbc31a 100644
--- a/csync/src/csync_private.h
+++ b/csync/src/csync_private.h
@@ -37,8 +37,8 @@
 #include <sqlite3.h>
 
 #include "config_csync.h"
-#include "c_lib.h"
-#include "c_private.h"
+#include "std/c_lib.h"
+#include "std/c_private.h"
 #include "csync.h"
 #include "csync_misc.h"
 #include "vio/csync_vio_file_stat.h"
diff --git a/csync/src/vio/csync_vio_file_stat.h b/csync/src/vio/csync_vio_file_stat.h
index 535ec80..849e532 100644
--- a/csync/src/vio/csync_vio_file_stat.h
+++ b/csync/src/vio/csync_vio_file_stat.h
@@ -25,7 +25,7 @@
  * cannot include csync_private here because
  * that would cause circular inclusion
  */
-#include "c_private.h"
+#include "std/c_private.h"
 #include "csync.h"
 #include <sys/types.h>
 #include <sys/stat.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