Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 13:24:36 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196971 - head/sys/security/audit
Message-ID:  <200909081324.n88DOaE6048785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/endian.h>
 #include <sys/queue.h>



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