From owner-svn-src-head@FreeBSD.ORG Tue Sep 8 13:24:36 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6E3B1065692; Tue, 8 Sep 2009 13:24:36 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B5FA68FC0A; Tue, 8 Sep 2009 13:24:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n88DOaCV048787; Tue, 8 Sep 2009 13:24:36 GMT (envelope-from phk@svn.freebsd.org) Received: (from phk@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n88DOaE6048785; Tue, 8 Sep 2009 13:24:36 GMT (envelope-from phk@svn.freebsd.org) Message-Id: <200909081324.n88DOaE6048785@svn.freebsd.org> From: Poul-Henning Kamp Date: Tue, 8 Sep 2009 13:24:36 +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: r196971 - head/sys/security/audit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 13:24:36 -0000 Author: phk Date: Tue Sep 8 13:24:36 2009 New Revision: 196971 URL: http://svn.freebsd.org/changeset/base/196971 Log: Having thrown the cat out of the house, add a necessary include. Modified: head/sys/security/audit/audit_bsm_token.c Modified: head/sys/security/audit/audit_bsm_token.c ============================================================================== --- head/sys/security/audit/audit_bsm_token.c Tue Sep 8 13:19:05 2009 (r196970) +++ head/sys/security/audit/audit_bsm_token.c Tue Sep 8 13:24:36 2009 (r196971) @@ -36,6 +36,7 @@ #include __FBSDID("$FreeBSD$"); +#include #include #include #include