Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2014-01-15 15:20:03 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-01-15 15:20:03 +0400
commitc7227297af206700be49e12297b9aa524de8f987 (patch)
tree7fe4c2263b9af1ef02fa6539e5fee5476d1e721a /csync/src/std/c_string.c
parent924e0e32424a504d3a71bd549a95e68378b392bb (diff)
Make it compile with the merge of csync mirall
Diffstat (limited to 'csync/src/std/c_string.c')
-rw-r--r--csync/src/std/c_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csync/src/std/c_string.c b/csync/src/std/c_string.c
index 2c056a531..a2c479839 100644
--- a/csync/src/std/c_string.c
+++ b/csync/src/std/c_string.c
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "config.h"
+#include "config_csync.h"
#include <assert.h>
#include <errno.h>