From owner-svn-src-all@FreeBSD.ORG Fri May 20 17:03:24 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E995106566C; Fri, 20 May 2011 17:03:24 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D8C458FC0A; Fri, 20 May 2011 17:03:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p4KH3N8p093038; Fri, 20 May 2011 17:03:23 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p4KH3NrR093036; Fri, 20 May 2011 17:03:23 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201105201703.p4KH3NrR093036@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 20 May 2011 17:03:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222136 - head/usr.bin/top X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 17:03:24 -0000 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 #include +#include #include #include #include