[Xfce4-commits] [apps/xfce4-taskmanager] 02/02: include <sys/vmmeter.h> for struct vmtotal, probably needed on NetBSD

noreply at xfce.org noreply at xfce.org
Sat Nov 29 10:33:54 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 bf7ad9f99eb99163a4953df2d0f74dd4cad65a49
Author: Landry Breuil <landry at 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.


More information about the Xfce4-commits mailing list