File whowatch-fix_missing_includes.patch of Package whowatch
--- procinfo.c.orig 2011-06-07 23:06:15.455000028 +0200 +++ procinfo.c 2011-06-07 23:06:20.712000029 +0200 @@ -4,6 +4,7 @@ * performed, in FreeBSD and OpenBSD sysctl() is used (which * gives better performance) */ +#include <time.h> #include <err.h> #include "whowatch.h" #include "proctree.h"