kernel/drivers/tty/tty_buffer.c
.. .. @@ -17,7 +17,7 @@ 17 17 #include <linux/delay.h> 18 18 #include <linux/module.h> 19 19 #include <linux/ratelimit.h> 20 -20 +#include "tty.h"21 21 22 22 #define MIN_TTYB_SIZE 256 23 23 #define TTYB_ALIGN_MASK 255