From: <svn...@op...> - 2009-03-29 22:26:27
|
Author: dgollub Date: Mon Mar 30 00:26:13 2009 New Revision: 5437 URL: http://www.opensync.org/changeset/5437 Log: Fix legacy includes in xmlformat plugin. Modified: format-plugins/xmlformat/trunk/src/xmlformat_merge.c Modified: format-plugins/xmlformat/trunk/src/xmlformat_merge.c ============================================================================== --- format-plugins/xmlformat/trunk/src/xmlformat_merge.c Mon Mar 30 00:22:09 2009 (r5436) +++ format-plugins/xmlformat/trunk/src/xmlformat_merge.c Mon Mar 30 00:26:13 2009 (r5437) @@ -22,7 +22,7 @@ #include "xmlformat.h" -#include <opensync/opensync-merger.h> +#include <opensync/opensync-capabilities.h> osync_bool merge_xmlformat(char **buf, unsigned int *size, const char *entirebuf, unsigned int entiresize, OSyncCapabilities *caps, void *userdata, OSyncError **error) { |