diff --git a/ChangeLog b/ChangeLog index f0b684e72f15bc2202a68f49f82b23418075b885..b289616651791554ee713a780de88d7740a31481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-15 Benedikt Meurer <benny@xfce.org> + + * thunar-vfs/thunar-vfs-volume-bsd.c, + thunar-vfs/thunar-vfs-volume-sysv.c: Include thunar-vfs-alias.h. + 2005-09-15 Benedikt Meurer <benny@xfce.org> * thunar/thunar-progress-dialog.c: Use GObject for the job instead of diff --git a/thunar-vfs/thunar-vfs-volume-bsd.c b/thunar-vfs/thunar-vfs-volume-bsd.c index db48c4c246dd6938b0801dc64d76e8ff4e2f6cf7..23e512b328a564074b2a306775420be3f2af15a2 100644 --- a/thunar-vfs/thunar-vfs-volume-bsd.c +++ b/thunar-vfs/thunar-vfs-volume-bsd.c @@ -48,6 +48,7 @@ #include <exo/exo.h> #include <thunar-vfs/thunar-vfs-volume-bsd.h> +#include <thunar-vfs/thunar-vfs-alias.h> diff --git a/thunar-vfs/thunar-vfs-volume-sysv.c b/thunar-vfs/thunar-vfs-volume-sysv.c index d49cf39ebe51758f40aa3155fc4df80aaec814ce..6151c0affd8e29f15719714ce50bd32011f8b316 100644 --- a/thunar-vfs/thunar-vfs-volume-sysv.c +++ b/thunar-vfs/thunar-vfs-volume-sysv.c @@ -23,6 +23,7 @@ #endif #include <thunar-vfs/thunar-vfs-volume-sysv.h> +#include <thunar-vfs/thunar-vfs-alias.h>