diff --git a/ChangeLog b/ChangeLog
index 5f15a41032a8519d3acac8947d921483f7b4a6c4..7a4d0f515429a85f4e2f3b9893b9877714d3a645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-02	Benedikt Meurer <benny@xfce.org>
+
+	* thunar-vfs/thunar-vfs-mime-cleaner.c: Apply patch from Oliver
+	  Lehmann <oliver@freebsd.org> to fix compilation on older FreeBSD
+	  systems.
+
 2006-05-02	Benedikt Meurer <benny@xfce.org>
 
 	* configure.in.in: Don't set G_DISABLE_DEPRECATED.
diff --git a/thunar-vfs/thunar-vfs-mime-cleaner.c b/thunar-vfs/thunar-vfs-mime-cleaner.c
index f23d122ac17a45ee784cca416490899cb889ce10..e3e49435ce79865a294bdd8603701565801d039e 100644
--- a/thunar-vfs/thunar-vfs-mime-cleaner.c
+++ b/thunar-vfs/thunar-vfs-mime-cleaner.c
@@ -35,6 +35,10 @@
 #include <config.h>
 #endif
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
 #endif