From: <dg...@su...> - 2009-01-11 15:06:36
|
Author: cstender Date: Sun Jan 11 16:05:57 2009 New Revision: 5103 URL: http://www.opensync.org/changeset/5103 Log: fixed ticket 1029 (patch by henrik) Modified: plugins/file-sync/src/file_sync.c Modified: plugins/file-sync/src/file_sync.c ============================================================================== --- plugins/file-sync/src/file_sync.c Sun Jan 11 15:33:30 2009 (r5102) +++ plugins/file-sync/src/file_sync.c Sun Jan 11 16:05:57 2009 (r5103) @@ -20,7 +20,7 @@ #include "file_sync.h" #include "filename_scape.h" -#include <opensync/file.h> +#include "file.h" #include <opensync/opensync-version.h> #include <assert.h> #include <stdlib.h> |