diff options
author | phk <phk@FreeBSD.org> | 2009-09-08 13:24:36 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2009-09-08 13:24:36 +0000 |
commit | 1d940d24527ccde2365e9d4284138834e7c7bd52 (patch) | |
tree | 9a72dd1bef0a0c40595c39d60ea090b4d84fec6e /sys/security | |
parent | 52972616516a18e69bb2849c2f2e718ee644b27f (diff) | |
download | FreeBSD-src-1d940d24527ccde2365e9d4284138834e7c7bd52.zip FreeBSD-src-1d940d24527ccde2365e9d4284138834e7c7bd52.tar.gz |
Having thrown the cat out of the house, add a necessary include.
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 5523ea4..a050df1 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> |