svn commit: r222351 - stable/7/usr.bin/top
Sergey Kandaurov
pluknet at FreeBSD.org
Fri May 27 09:56:23 UTC 2011
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>
More information about the svn-src-stable-7
mailing list