Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2011 09:55:18 +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-8@freebsd.org
Subject:   svn commit: r222350 - stable/8/usr.bin/top
Message-ID:  <201105270955.p4R9tI8i015723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105270955.p4R9tI8i015723>