summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-09-17 16:27:30 +0000
committerBenedikt Meurer <benny@xfce.org>2005-09-17 16:27:30 +0000
commit848bd93d2d2ad52823df876296fef966687b8a93 (patch)
treefc6c3d57c76ff2bc960cecbadcb2be4ae5fb28f2
parent07df89b9598157391fa8a69b705214411dd5247c (diff)
downloadthunar-848bd93d2d2ad52823df876296fef966687b8a93.tar.gz
2005-09-17 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-mime-database.c: Include exo/exo.h. (Old svn revision: 17664)
-rw-r--r--ChangeLog4
-rw-r--r--thunar-vfs/thunar-vfs-mime-database.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2896166..0daefe73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-17 Benedikt Meurer <benny@xfce.org>
+
+ * thunar-vfs/thunar-vfs-mime-database.c: Include exo/exo.h.
+
2005-09-15 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-volume-bsd.c,
diff --git a/thunar-vfs/thunar-vfs-mime-database.c b/thunar-vfs/thunar-vfs-mime-database.c
index eb0505cc..4a52d560 100644
--- a/thunar-vfs/thunar-vfs-mime-database.c
+++ b/thunar-vfs/thunar-vfs-mime-database.c
@@ -51,6 +51,8 @@
#include <unistd.h>
#endif
+#include <exo/exo.h>
+
#include <thunar-vfs/thunar-vfs-mime-cache.h>
#include <thunar-vfs/thunar-vfs-mime-database.h>
#include <thunar-vfs/thunar-vfs-mime-legacy.h>