kernel/drivers/tty/tty_audit.c
.. .. @@ -10,6 +10,7 @@ 10 10 #include <linux/audit.h> 11 11 #include <linux/slab.h> 12 12 #include <linux/tty.h> 13 +#include "tty.h"13 14 14 15 struct tty_audit_buf { 15 16 struct mutex mutex; /* Protects all data below */