Updating branch refs/heads/master
         to 12b60aa2bf4284ee9b183a38343ec522b8762ee2 (commit)
       from 69443e7a1e5e0c57bcd98a0e9c6fb0462c8c93e1 (commit)

commit 12b60aa2bf4284ee9b183a38343ec522b8762ee2
Author: Landry Breuil <lan...@xfce.org>
Date:   Fri May 4 15:58:54 2012 +0200

    Fix build on GNU/Hurd (Bug #7955 / #8820)

 panel-plugin/fsguard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index b4a802c..25b78a4 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -38,7 +38,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GNU__)
 #include <sys/vfs.h>
 #elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || 
defined(__FreeBSD_kernel__)
 #include <sys/param.h>
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to