Include <sys/proc.h> for P_ZOMBIE & SSLEEP macros definition.

This commit is contained in:
Landry Breuil
2014-01-09 22:10:09 +01:00
parent d720c86b87
commit e293a72e0f

View File

@@ -31,6 +31,8 @@
#include <string.h>
/* for getpagesize() */
#include <unistd.h>
/* for P_ZOMBIE & SSLEEP */
#include <sys/proc.h>
#include "task-manager.h"
char *state_abbrev[] = {