diff options
Diffstat (limited to 'kernel/audit.h')
| -rw-r--r-- | kernel/audit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit.h b/kernel/audit.h index 4b602cdcabef..bc5392076e2b 100644 --- a/kernel/audit.h +++ b/kernel/audit.h | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include <linux/mutex.h> | ||
| 22 | #include <linux/fs.h> | 23 | #include <linux/fs.h> |
| 23 | #include <linux/audit.h> | 24 | #include <linux/audit.h> |
| 24 | 25 | ||
| @@ -84,4 +85,4 @@ extern void audit_send_reply(int pid, int seq, int type, | |||
| 84 | void *payload, int size); | 85 | void *payload, int size); |
| 85 | extern void audit_log_lost(const char *message); | 86 | extern void audit_log_lost(const char *message); |
| 86 | extern void audit_panic(const char *message); | 87 | extern void audit_panic(const char *message); |
| 87 | extern struct semaphore audit_netlink_sem; | 88 | extern struct mutex audit_netlink_mutex; |
