include <sys/vmmeter.h> for struct vmtotal, probably needed on NetBSD

This commit is contained in:
Landry Breuil
2014-11-29 10:33:49 +01:00
parent 9d85be6016
commit bf7ad9f99e

View File

@@ -33,6 +33,8 @@
#include <unistd.h> #include <unistd.h>
/* for P_ZOMBIE & SSLEEP */ /* for P_ZOMBIE & SSLEEP */
#include <sys/proc.h> #include <sys/proc.h>
/* for struct vmtotal */
#include <sys/vmmeter.h>
#include "task-manager.h" #include "task-manager.h"
char *state_abbrev[] = { char *state_abbrev[] = {