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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
