Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2011 17:03:23 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222136 - head/usr.bin/top
Message-ID:  <201105201703.p4KH3NrR093036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Fri May 20 17:03:23 2011
New Revision: 222136
URL: http://svn.freebsd.org/changeset/base/222136

Log:
  Add missing header file.
  
  MFC after:	1 week

Modified:
  head/usr.bin/top/machine.c

Modified: head/usr.bin/top/machine.c
==============================================================================
--- head/usr.bin/top/machine.c	Fri May 20 17:01:22 2011	(r222135)
+++ head/usr.bin/top/machine.c	Fri May 20 17:03:23 2011	(r222136)
@@ -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?201105201703.p4KH3NrR093036>