[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: Include <sys/vmmeter.h> on FreeBSD (#8081)

noreply at xfce.org noreply at xfce.org
Sat Nov 29 12:11:18 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit 994e0c2b9f23b29eae5d519372d48865adfd5a70
Author: Cy Shubert <cy.shubert at komquats.com>
Date:   Sat Nov 29 12:10:49 2014 +0100

    Include <sys/vmmeter.h> on FreeBSD (#8081)
---
 src/task-manager-freebsd.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/task-manager-freebsd.c b/src/task-manager-freebsd.c
index 7db4549..79a8aea 100644
--- a/src/task-manager-freebsd.c
+++ b/src/task-manager-freebsd.c
@@ -18,6 +18,9 @@
 #include <fcntl.h>
 #include <paths.h>
 #include <unistd.h>
+#if defined(__FreeBSD_version) && __FreeBSD_version >= 900044
+#include <sys/vmmeter.h>
+#endif
 
 #include <glib.h>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list