File thunar-svn-plugin-includes.patch of Package thunar-plugins
--- thunar-svn-plugin-0.0.3/tsp-svn-helper/tsh-common.c +++ thunar-svn-plugin-0.0.3/tsp-svn-helper/tsh-common.c @@ -32,6 +32,7 @@ #include <subversion-1/svn_cmdline.h> #include <subversion-1/svn_client.h> #include <subversion-1/svn_pools.h> +#include <subversion-1/svn_props.h> #include <subversion-1/svn_fs.h> #include <subversion-1/svn_time.h> --- thunar-svn-plugin-0.0.3/tsp-svn-helper/tsh-properties-dialog.c +++ thunar-svn-plugin-0.0.3/tsp-svn-helper/tsh-properties-dialog.c @@ -25,6 +25,7 @@ #include <gtk/gtk.h> #include <subversion-1/svn_client.h> +#include <subversion-1/svn_props.h> #include "tsh-common.h" #include "tsh-properties-dialog.h"