svn commit: r222350 - stable/8/usr.bin/top

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 27 09:55:18 UTC 2011


Author: pluknet
Date: Fri May 27 09:55:18 2011
New Revision: 222350
URL: http://svn.freebsd.org/changeset/base/222350

Log:
  MFC r222136: Add missing header file.

Modified:
  stable/8/usr.bin/top/machine.c
Directory Properties:
  stable/8/usr.bin/top/   (props changed)

Modified: stable/8/usr.bin/top/machine.c
==============================================================================
--- stable/8/usr.bin/top/machine.c	Fri May 27 09:50:29 2011	(r222349)
+++ stable/8/usr.bin/top/machine.c	Fri May 27 09:55:18 2011	(r222350)
@@ -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-8 mailing list