Updating branch refs/heads/master
         to 8a30a7b29b19df5a7700124625624a2e6243b39b (commit)
       from 0ddd127e56eb051505810d7cee4cc3b3764ee79d (commit)

commit 8a30a7b29b19df5a7700124625624a2e6243b39b
Author: Nick Schermer <n...@xfce.org>
Date:   Tue Apr 17 21:33:52 2012 +0200

    Fix compilation with polkit in freebsd (bug #8712).

 src/xfpm-polkit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xfpm-polkit.c b/src/xfpm-polkit.c
index f997415..4ec270e 100644
--- a/src/xfpm-polkit.c
+++ b/src/xfpm-polkit.c
@@ -31,11 +31,11 @@
 #endif
 
 #include <sys/types.h>
+#include <sys/sysctl.h>
+#include <sys/user.h>
 
 #if defined(__linux)
 #include <sys/param.h>
-#include <sys/sysctl.h>
-#include <sys/user.h>
 #elif defined(__FreeBSD__)
 #include <sys/stat.h>
 #elif defined(__SVR4) && defined(__sun)
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to