diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-16 23:16:54 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-16 23:16:54 -0700 |
| commit | 3105592febb579aa76004aad97d24f792978c253 (patch) | |
| tree | a616ae643dc5ecd217bd2c369adb81c12084f37e /kernel/acct.c | |
| parent | b5a6c077bd73df8c25dd8df5ca9259b56529822d (diff) | |
LSM: add #include <linux/security.h> to a lot of files as they all have security calls in them.
This is needed for the next patches that change the way the security calls work.
Diffstat (limited to 'kernel/acct.c')
| -rw-r--r-- | kernel/acct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index 20973f3ed6e4..5c05655094e6 100644 --- a/kernel/acct.c +++ b/kernel/acct.c @@ -49,6 +49,7 @@ #include <linux/acct.h> #include <linux/file.h> #include <linux/tty.h> +#include <linux/security.h> #include <asm/uaccess.h> /* |
