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 bf7ad9f99eb99163a4953df2d0f74dd4cad65a49
Author: Landry Breuil <lan...@xfce.org>
Date:   Sat Nov 29 10:33:49 2014 +0100

    include <sys/vmmeter.h> for struct vmtotal, probably needed on NetBSD
---
 src/task-manager-bsd.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/task-manager-bsd.c b/src/task-manager-bsd.c
index 1a336dd..3c952fa 100644
--- a/src/task-manager-bsd.c
+++ b/src/task-manager-bsd.c
@@ -33,6 +33,8 @@
 #include <unistd.h>
 /* for P_ZOMBIE & SSLEEP */
 #include <sys/proc.h>
+/* for struct vmtotal */
+#include <sys/vmmeter.h>
 #include "task-manager.h"
 
 char   *state_abbrev[] = {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to