aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.h')
-rw-r--r--kernel/audit.h3
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);
85extern void audit_log_lost(const char *message); 86extern void audit_log_lost(const char *message);
86extern void audit_panic(const char *message); 87extern void audit_panic(const char *message);
87extern struct semaphore audit_netlink_sem; 88extern struct mutex audit_netlink_mutex;