Date: Fri, 27 May 2011 09:56:23 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r222351 - stable/7/usr.bin/top Message-ID: <201105270956.p4R9uNaI015872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Fri May 27 09:56:23 2011 New Revision: 222351 URL: http://svn.freebsd.org/changeset/base/222351 Log: MFC r222136: Add missing header file. Modified: stable/7/usr.bin/top/machine.c Directory Properties: stable/7/usr.bin/top/ (props changed) Modified: stable/7/usr.bin/top/machine.c ============================================================================== --- stable/7/usr.bin/top/machine.c Fri May 27 09:55:18 2011 (r222350) +++ stable/7/usr.bin/top/machine.c Fri May 27 09:56:23 2011 (r222351) @@ -35,6 +35,7 @@ #include <sys/user.h> #include <sys/vmmeter.h> +#include <err.h> #include <kvm.h> #include <math.h> #include <nlist.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105270956.p4R9uNaI015872>