svn commit: r196971 - head/sys/security/audit

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 8 13:24:36 UTC 2009


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>


More information about the svn-src-all mailing list