diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-09-08 13:24:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-09-08 13:24:36 +0000 |
| commit | 0d07b627a39e631b3cb3eaf7abba109fd00ec1d6 (patch) | |
| tree | 9a72dd1bef0a0c40595c39d60ea090b4d84fec6e /sys/security | |
| parent | 677843147820e9e8d581cf9841ea01a567324d3b (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_bsm_token.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/audit/audit_bsm_token.c b/sys/security/audit/audit_bsm_token.c index 5523ea4ef136..a050df11d7ce 100644 --- a/sys/security/audit/audit_bsm_token.c +++ b/sys/security/audit/audit_bsm_token.c @@ -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> |
