summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-09-15 22:05:36 +0000
committerBenedikt Meurer <benny@xfce.org>2005-09-15 22:05:36 +0000
commit07df89b9598157391fa8a69b705214411dd5247c (patch)
tree98b2d78a90d8636ce64d47d60653b2ff18e937c6
parent2e78fa93018b900055d12acb5af85888a815e403 (diff)
downloadthunar-07df89b9598157391fa8a69b705214411dd5247c.tar.gz
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. (Old svn revision: 17636)
-rw-r--r--ChangeLog5
-rw-r--r--thunar-vfs/thunar-vfs-volume-bsd.c1
-rw-r--r--thunar-vfs/thunar-vfs-volume-sysv.c1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b684e7..b2896166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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
ExoObject.
diff --git a/thunar-vfs/thunar-vfs-volume-bsd.c b/thunar-vfs/thunar-vfs-volume-bsd.c
index db48c4c2..23e512b3 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 d49cf39e..6151c0af 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>